Use the catversion to distinguish old/new clusters

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 34da700405737be055d1b3d310af23a98da72e8e
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2013-01-24T15:36:18Z
Releases: 9.3.0
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

Files

PathChange+/−
contrib/pg_upgrade/controldata.c modified +2 −2