From 3d53173e20d151341f894f79d556768c845ba3e4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 29 Apr 2013 22:17:29 -0400 Subject: [PATCH] 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. --- contrib/pg_upgrade/test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/pg_upgrade/test.sh b/contrib/pg_upgrade/test.sh index 0dcbc93d41..9b4b132d23 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` -- 2.40.0