Remove unnecessary use of multiple cat processes to feed psql; this

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

Commit: b830e933c013209da0150ecab11c7b15bfa5fe63
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-08-07T14:36:31Z
Releases: 7.4.1
Remove unnecessary use of multiple cat processes to feed psql; this
reduces the number of concurrent processes launched during parallel
regression tests, possibly avoiding failures such as exceeding a user's
max number of processes.  This essentially completes the reversion
of 1.27->1.28.

Files

PathChange+/−
src/test/regress/pg_regress.sh modified +4 −13