]> granicus.if.org Git - postgresql/commit
When shutting down the regression test postmaster after 'make check',
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jul 2003 17:08:47 +0000 (17:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jul 2003 17:08:47 +0000 (17:08 +0000)
commit5c7d04d24b96b0453c14b23bb928707619a5d83d
tree7d3a1be648dae6927474a257cf40675e887ff590
parent892a51c3678b9f9bdfa1b52094a68917288dd09f
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.
src/test/regress/pg_regress.sh