pgsql: Adjust pg_upgrade query so toast tables related to system catalo

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust pg_upgrade query so toast tables related to system catalo
Date: 2012-10-02 15:46:14
Message-ID: E1TJ4fm-0004kZ-4c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust pg_upgrade query so toast tables related to system catalog schema
entries are not dumped. This fixes an error caused by
droping/recreating the information_schema, but other failures were also
possible.

Backpatch to 9.2.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/087f41086bcdf428056fccc06b34c96fd5bc143d

Modified Files
--------------
contrib/pg_upgrade/info.c | 51 +++++++++++++++++++++++++++++++++-----------
1 files changed, 38 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-10-02 15:53:51 pgsql: In pg_upgrade, improve error reporting when the number of relati
Previous Message Bruce Momjian 2012-10-02 15:42:40 pgsql: In pg_upgrade, try to convert the locale names to canonical form