Change pg_upgrade to use port 50432 by default to avoid unintended
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |