Re: pgsql: pg_upgrade: Remove PGPORT handling from test suite - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: pg_upgrade: Remove PGPORT handling from test suite
Date
Msg-id 15553.1368284231@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: pg_upgrade: Remove PGPORT handling from test suite  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-committers
Peter Eisentraut <peter_e@gmx.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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: pg_upgrade: Remove PGPORT handling from test suite
Next
From: Tom Lane
Date:
Subject: pgsql: Update CREATE FUNCTION documentation about argument names.