Issue a CHECKPOINT just after creating the regression database. Without

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

Commit: 5d9f5c20dd29ac9dde19c283a821709839fae102
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-09-22T19:11:19Z
Releases: 8.0.0
Issue a CHECKPOINT just after creating the regression database.  Without
this, it's hard to debug core-dump test failures, because WAL replay will
enthusiastically remove the core file (along with the rest of the
regression database directory).  Per recent discussion, not to mention
bitter experience.

Files

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