Обсуждение: pgsql: pg_upgrade: use CTE query rather than temp table

Поиск
Список
Период
Сортировка

pgsql: pg_upgrade: use CTE query rather than temp table

От
Bruce Momjian
Дата:
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(-)