Provide a way to run the parallel regression tests with a user-specified

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

Commit: eeaf5f04ae3fca446b43851fb9a612fe0c980994
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-11-02T21:56:15Z
Releases: 7.4.1
Provide a way to run the parallel regression tests with a user-specified
limit on the number of simultaneous connections.  Andrew Dunstan, with
review by Tom Lane.

Files

PathChange+/−
doc/src/sgml/regress.sgml modified +19 −15
src/test/regress/GNUmakefile modified +9 −3
src/test/regress/pg_regress.sh modified +52 −17