pgsql: Use the catversion to distinguish old/new clusters - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Use the catversion to distinguish old/new clusters
Date
Msg-id E1TyTGV-0004Vd-0w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use the catversion to distinguish old/new clusters

This makes 9.3 -> 9.3 upgrades work when they cross the commit that
added persistent multixacts; early 9.3 pg_controldata did not have the
required oldestMultiXact line, and so would fail to upgrade.

per Bruce Momjian

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34da700405737be055d1b3d310af23a98da72e8e

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Don't require oldestMultixact if server doesn't have it
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Redefine HEAP_XMAX_IS_LOCKED_ONLY