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

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

Commit: 027b62384e389bd3bd6f70535b65d18851d1363d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-17T18:29:37Z
Releases: 7.4.9
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