When shutting down the regression test postmaster after 'make check',

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

Commit: 5c7d04d24b96b0453c14b23bb928707619a5d83d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-07-30T17:08:47Z
Releases: 7.4.1
When shutting down the regression test postmaster after 'make check',
wait for the postmaster to actually exit.  Otherwise running repeated
'make check's tends to misbehave, because we try to remove and recreate
the data directory while the old PM is still alive.

Files

PathChange+/−
src/test/regress/pg_regress.sh modified +2 −1