]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix new pg_upgrade query not to rely on regnamespace REL_16_STABLE github/REL_16_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)
commitf943e2339f6c13730367ed826f0c496a00953a3e
tree6bd724ddf39961be315ee226415df878c638ee59
parentf63e408e894c855775d1bd3224890cb618fd3894
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