forked from greenplum-db/gpbackup-archive
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement gpdb 7 support for gpbackup ordering patch (#56)
gpbackup used pg_partition and pg_partition_rule to select partitions for gpdb6 and prior, but gpdb7 ditched them. This patch adds a new query for gpdb7 which uses pg_partition_root. Also, gpdb7 complains on the query from GetExtension saying that it's ambiguous. This patch also fixes it Ticket: ADBDEV-4534
- Loading branch information
Dennis Kovalenko
authored
Feb 2, 2024
1 parent
038dc2d
commit 34fce22
Showing
2 changed files
with
39 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters