pgsql: In pg_upgrade, check that the binary and data directories are th

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, check that the binary and data directories are th
Date: 2011-06-23 00:49:06
Message-ID: E1QZY6U-0003FV-Eg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, check that the binary and data directories are the same
major version.

Backpatch to 9.1.

Dan McGee

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d9db32401c1477fb63fb47a376fc0d08605dcc9b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-06-23 02:23:39 Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.
Previous Message Bruce Momjian 2011-06-22 23:30:47 pgsql: In pg_upgrade, fix odd function parameter wrapping.