pgsql: Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing
Date: 2011-11-24 03:52:42
Message-ID: E1RTQMc-0000P6-Fe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to
allow upgrades of the same catalog version. (Doesn't work for
tablespaces, as indicated by C comment.)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5df1403b0f2b44235c8f401bd49dab9a8cf6bf90

Modified Files
--------------
contrib/pg_upgrade/check.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-11-24 15:27:23 pgsql: Preserve SQLSTATE when an SPI error is propagated through PL/pyt
Previous Message Tom Lane 2011-11-24 00:14:16 pgsql: Some more editing of the range-types documentation.