pgsql: pg_upgrade: use CTE query rather than temp table

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: use CTE query rather than temp table
Date: 2014-08-26 01:22:11
Message-ID: E1XM5Sd-0001eF-Ms@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-08-26 01:28:24 pgsql: rename macro isTempOrToastNamespace to isTempOrTempToastNamespac
Previous Message Bruce Momjian 2014-08-26 00:11:52 pgsql: pg_upgrade docs: update docs for 8.3 support removal