pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Date: 2011-08-16 02:40:19
Message-ID: E1Qt9Zj-0007OI-Uc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, avoid dumping orphaned temporary tables. This makes the
pg_upgrade schema matching pattern match pg_dump/pg_dumpall.

Fix for 9.0, 9.1, and 9.2.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f239ec57277b3fffe1c5bd2694a9d0d726d3a259

Modified Files
--------------
contrib/pg_upgrade/info.c | 5 ++++-
contrib/pg_upgrade/version_old_8_3.c | 14 +++++++++-----
2 files changed, 13 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-16 02:40:20 pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Previous Message Peter Eisentraut 2011-08-15 14:32:00 pgsql: Adjust regression tests for error message change