]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix pg_dump sorting of foreign key constraints
authorÁlvaro Herrera <alvherre@kurilemu.de>
Sat, 18 Oct 2025 15:50:10 +0000 (17:50 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Sat, 18 Oct 2025 15:50:10 +0000 (17:50 +0200)
commit06c1ee6b75dc040b2444535240d6f0bbee25c977
tree6a728a84820f09166ce483adfb5a43e0984c29c9
parentfae0ce5e318eea8cd8f7bac936a58ee7cbd10bf8
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 <alvherre@kurilemu.de>
Backpatch-through: 13
Discussion: https://postgr.es/m/202510181201.k6y75v2tpf5r@alvherre.pgsql
src/bin/pg_dump/pg_dump_sort.c