pgsql: Make pg_regress accept a command-line option for the temporary

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_regress accept a command-line option for the temporary
Date: 2005-07-17 18:29:37
Message-ID: 20050717182937.92A5A52C1F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make pg_regress accept a command-line option for the temporary installation's
port number, and use a default value for it that is dependent on the
configuration-time DEF_PGPORT. Should make the world safe for running
parallel 'make check' in different branches. Back-patch as far as 7.4
so that this actually is useful.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/test/regress:
GNUmakefile (r1.43 -> r1.43.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile.diff?r1=1.43&r2=1.43.2.1)
pg_regress.sh (r1.36 -> r1.36.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.sh.diff?r1=1.36&r2=1.36.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2005-07-17 19:10:28 pgbuildfarm - client-code: add Tom Lane's warning regarding 5 digit
Previous Message Tom Lane 2005-07-17 18:29:13 pgsql: Make pg_regress accept a command-line option for the temporary