]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix new pg_upgrade query not to rely on regnamespace REL_13_STABLE github/REL_13_STABLE
authorÁlvaro Herrera <alvherre@kurilemu.de>
Fri, 4 Jul 2025 19:30:05 +0000 (21:30 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Fri, 4 Jul 2025 19:30:05 +0000 (21:30 +0200)
commit708469281ea8589b19010942dee8fa623f9d3c8a
treec8a975c9f6a4ab5c22251769720c72cd4308ed3f
parentb0f0e2221f42ecfd557eada9d4e642ff7afaf850
Fix new pg_upgrade query not to rely on regnamespace

That was invented in 9.5, and pg_upgrade claims to support back to 9.0.
But we don't need that with a simple query change, tested by Tom Lane.

Discussion: https://postgr.es/m/202507041645.afjl5rssvrgu@alvherre.pgsql
src/bin/pg_upgrade/check.c