pgsql: pg_upgrade: use CTE query rather than temp table - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: use CTE query rather than temp table
Date
Msg-id E1XM5Sd-0001eF-Ms@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade docs: update docs for 8.3 support removal
Next
From: Bruce Momjian
Date:
Subject: pgsql: rename macro isTempOrToastNamespace to isTempOrTempToastNamespac