]> granicus.if.org Git - postgresql/commit
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)
commit3d53173e20d151341f894f79d556768c845ba3e4
tree1413baec0c18ec9a40fc41d32a055d8752afa957
parent187ca5e8e90baacc2d36c8bd0b08040f33c07fa1
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