Change pg_upgrade to use port 50432 by default to avoid unintended

Bruce Momjian <bruce@momjian.us>

Commit: a88f4496b75a756df371a405ce608ceb06c8fbd7
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-07-01T22:17:12Z
Releases: 9.2.0
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.

Files

PathChange+/−
contrib/pg_upgrade/check.c modified +3 −0
contrib/pg_upgrade/option.c modified +14 −14
contrib/pg_upgrade/pg_upgrade.h modified +3 −0
doc/src/sgml/pgupgrade.sgml modified +15 −11