pgsql: pg_upgrade: use CTE query rather than temp table

Started by Bruce Momjianalmost 12 years ago1 messagescomitters
Jump to latest
#1Bruce 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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5d16332e96977d8166ea631891f6e2cf3ff11f45

Modified Files
--------------
contrib/pg_upgrade/info.c | 130 +++++++++++++++++++++++----------------------
1 file changed, 67 insertions(+), 63 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers