]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix new pg_upgrade query not to rely on regnamespace master github/master
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)
commit144ad723a4484927266a316d1c9550d56745ff67
tree98f0c56e9d4ebd2946b560361608476aeb6e14c2
parent90a85fce5e9b9ea63ec7e1b3001e0f39d4c8b7d4
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