pgsql: In pg_upgrade, use the new postmaster -C option to get the real - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, use the new postmaster -C option to get the real
Date
Msg-id E1RCFLx-0004HD-Th@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, use the new postmaster -C option to get the real data
directory, for config-only directory installs.  Only works for PG 9.2+
servers.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/option.c     |   60 +++++++++++++++++++++++++++++++++++++++
contrib/pg_upgrade/pg_upgrade.c |    3 ++
contrib/pg_upgrade/pg_upgrade.h |    2 +
contrib/pg_upgrade/server.c     |   10 +++---
4 files changed, 70 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, improve popen() failure detection by checking for
Next
From: Tom Lane
Date:
Subject: pgsql: Support index-only scans using the visibility map to avoid heap