]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix new pg_upgrade query not to rely on regnamespace REL_18_STABLE github/REL_18_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)
commit1e007722fa86ff397b0f3d165c89237ab3b05967
tree7ecae264c6f228a028d6ca6d068b7e70ec5dfe8b
parent5aba3e637d3d874f7bf00318c828249a964c4c3c
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