pgsql: Change pg_upgrade to use port 50432 by default to avoid unintend

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change pg_upgrade to use port 50432 by default to avoid unintend
Date: 2011-07-01 22:17:41
Message-ID: E1Qcm1t-0002ZS-Kz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change pg_upgrade to use port 50432 by default to avoid unintended
client connections during the upgrade. Also rename data/bin/port
environment variables to being with 'PG'. Also no longer honor PGPORT.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/check.c | 3 +++
contrib/pg_upgrade/option.c | 28 ++++++++++++++--------------
contrib/pg_upgrade/pg_upgrade.h | 3 +++
doc/src/sgml/pgupgrade.sgml | 26 +++++++++++++++-----------
4 files changed, 35 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-07-01 22:36:32 pgsql: In the pg_upgrade docs, move 50432 port mention to the place whe
Previous Message Jeff Davis 2011-06-30 22:19:09 Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.