Fix pg_dump sorting of foreign key constraints Apparently, commit 04bc2c42f765 failed to notice that DO_FK_CONSTRAINT objects require identical handling as DO_CONSTRAINT ones, which causes some pg_upgrade tests in debug builds to fail spuriously. Add that.
Author: Álvaro Herrera <[email protected]> Backpatch-through: 13 Discussion: https://postgr.es/m/[email protected] Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/7419c99a25fb0f6138062eddddbbc15d61e57437 Modified Files -------------- src/bin/pg_dump/pg_dump_sort.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
