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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, use the new postmaster -C option to get the real
Date: 2011-10-07 18:41:01
Message-ID: E1RCFLx-0004HD-Th@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-10-08 00:14:36 pgsql: Support index-only scans using the visibility map to avoid heap
Previous Message Alex Hunsaker 2011-10-07 16:51:46 Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding.