mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[GH-ISSUE #24] Bug in PG10 #23
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YanuszDupa on GitHub (Apr 28, 2022).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/24
in schema/pgindex.cpp line 204-206 is wrong , indnkeyatts property first arrive in PG 11.x , not PG 10.x
@levinsv commented on GitHub (Apr 28, 2022):
fix in commit
42db7dbb. But testing was not carried out, there is no version 10.@YanuszDupa commented on GitHub (Apr 29, 2022):
Tested on PG 10.20 , no errors in new build.