pgsql: In pg_upgrade, check that the binary and data directories are th - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, check that the binary and data directories are th
Date
Msg-id E1QZY6U-0003FT-Bo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, check that the binary and data directories are the same
major version.

Backpatch to 9.1.

Dan McGee

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0b44818ead933f9a09c85045003eafbcb4b2f3bc

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, fix odd function parameter wrapping.
Next
From: Tom Lane
Date:
Subject: pgsql: Undo overly enthusiastic de-const-ification.