diff options
author | Peter Eisentraut | 2013-04-30 02:17:29 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-04-30 02:17:29 +0000 |
commit | 3d53173e20d151341f894f79d556768c845ba3e4 (patch) | |
tree | 1413baec0c18ec9a40fc41d32a055d8752afa957 | |
parent | 187ca5e8e90baacc2d36c8bd0b08040f33c07fa1 (diff) |
pg_upgrade: Remove PGPORT handling from test suite
This code was left over from when pg_upgrade paid attention to PGPORT.
Now it would only affects the regression test run before the test run of
pg_upgrade. You can still set PGPORT for that, but there is no reason
to have the test driver default it to 50432.
-rw-r--r-- | contrib/pg_upgrade/test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/test.sh b/contrib/pg_upgrade/test.sh index 0dcbc93d412..9b4b132d23b 100644 --- a/contrib/pg_upgrade/test.sh +++ b/contrib/pg_upgrade/test.sh @@ -12,8 +12,6 @@ set -e : ${MAKE=make} -: ${PGPORT=50432} -export PGPORT testhost=`uname -s` |