]> granicus.if.org Git - postgresql/commitdiff
pg_upgrade: Remove PGPORT handling from test suite
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 30 Apr 2013 02:17:29 +0000 (22:17 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 30 Apr 2013 02:17:29 +0000 (22:17 -0400)
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.

contrib/pg_upgrade/test.sh

index 0dcbc93d412a0f6c40424148e9c97ac439c15ebe..9b4b132d23be7d6bbff88c4c1e6cd52db131ac5a 100644 (file)
@@ -12,8 +12,6 @@
 set -e
 
 : ${MAKE=make}
-: ${PGPORT=50432}
-export PGPORT
 
 testhost=`uname -s`