pg_upgrade: use CTE query rather than temp table
Bruce Momjian <bruce@momjian.us>
pg_upgrade: use CTE query rather than temp table Now that 8.3 is not supported, we can use a CTE and not temp tables. This allows for auto-oid assignment protection in a future patch.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_upgrade/info.c | modified | +67 −63 |