pgsql: Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing
Date
Msg-id E1RTQMc-0000P6-Fe@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Some more editing of the range-types documentation.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Preserve SQLSTATE when an SPI error is propagated through PL/pyt