]> granicus.if.org Git - postgresql/commit
Issue a CHECKPOINT just after creating the regression database. Without
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Sep 2004 19:11:19 +0000 (19:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Sep 2004 19:11:19 +0000 (19:11 +0000)
commit5d9f5c20dd29ac9dde19c283a821709839fae102
tree6da5d3b3b6556eeedb39b3fd0e28033885979844
parentbebaf7061318cbc82c3077d472d09df38626668a
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.
src/test/regress/pg_regress.sh