Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera <alvherre@kurilemu.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_upgrade/check.c | modified | +4 −3 |
Discussion
- pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL 31 messages · 2017-07-26 → 2025-07-05