Skip to content
Snippets Groups Projects
Commit 3d53173e authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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.
parent 187ca5e8
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
set -e set -e
: ${MAKE=make} : ${MAKE=make}
: ${PGPORT=50432}
export PGPORT
testhost=`uname -s` testhost=`uname -s`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment