Make pg_regress accept a command-line option for the temporary installation's

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d0f312ebfe09692f7d213da6c7c6277b438d3d10
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-17T18:28:45Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/test/regress/GNUmakefile modified +6 −3
src/test/regress/pg_regress.sh modified +13 −2