pgsql: pg_upgrade: Remove PGPORT handling from test suite

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: Remove PGPORT handling from test suite
Date: 2013-04-30 02:20:46
Message-ID: E1UX0BS-0002t2-Di@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3d53173e20d151341f894f79d556768c845ba3e4

Modified Files
--------------
contrib/pg_upgrade/test.sh | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2013-04-30 06:00:37 pgsql: Compiler optimizations for page checksum code.
Previous Message Peter Eisentraut 2013-04-30 02:02:13 pgsql: Revert "pg_ctl: Add idempotent option"