Re: pgsql: pg_upgrade: Remove PGPORT handling from test suite

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: pg_upgrade: Remove PGPORT handling from test suite
Date: 2013-05-11 14:57:11
Message-ID: 15553.1368284231@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> I think the complete solution here is something like

> random_port=$(secret algorithm)
> PGPORT=$random_port
> PGOLDPORT=$random_port
> PGNEWPORT=$random_port
> export PGPORT PGOLDPORT PGNEWPORT

Sounds reasonable, will do.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-05-11 16:08:30 pgsql: Update CREATE FUNCTION documentation about argument names.
Previous Message Peter Eisentraut 2013-05-11 03:08:01 Re: pgsql: pg_upgrade: Remove PGPORT handling from test suite