Make pg_regress accept a command-line option for the temporary installation's
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/GNUmakefile | modified | +6 −3 |
| src/test/regress/pg_regress.sh | modified | +13 −2 |