Adjust spawn_process() to avoid unnecessary overhead processes: we can
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 17:02:59 +0000 (17:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 17:02:59 +0000 (17:02 +0000)
commit60cfe25e68db3eca3e71723803fb661db51afdb5
treed694545b2c703cc7b76d28a332ccf392de960161
parent87c3129e2e07ea649942e54de602bca6e5e259e8
Adjust spawn_process() to avoid unnecessary overhead processes: we can
just exec instead of creating a subprocess.  This reduces process usage
from four processes per parallel test to two.  I have no idea whether
a comparable optimization is possible or useful in the Windows port.
doc/src/sgml/regress.sgml
src/test/regress/GNUmakefile
src/test/regress/pg_regress.c