pgsql: Allow pg_upgrade to upgrade clusters that use exclusion contrain

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow pg_upgrade to upgrade clusters that use exclusion contrain
Date: 2011-11-25 19:54:40
Message-ID: E1RU1r6-0001Wa-3r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow pg_upgrade to upgrade clusters that use exclusion contraints by
fixing pg_dump to properly preserve such indexes.

Backpatch to 9.1 and 9.0 (where the bug was introduced).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/35e27226b6751a90c9c911d08cb47b9f8a58825f

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-11-25 20:41:27 pgsql: Modify pg_dump to use error-free memory allocation macros. This
Previous Message Alvaro Herrera 2011-11-25 19:40:19 pgsql: Improve logging of autovacuum I/O activity