]> granicus.if.org Git - postgresql/commit
pg_upgrade: use CTE query rather than temp table
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Aug 2014 01:22:08 +0000 (21:22 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Aug 2014 01:22:08 +0000 (21:22 -0400)
commit5d16332e96977d8166ea631891f6e2cf3ff11f45
treeaad684497538993509b7bc1cee59dd5c4038791a
parente8c81b1b8e51475dd5a787660e6754c4bafbff47
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.
contrib/pg_upgrade/info.c