pgsql-server: Issue a CHECKPOINT just after creating the regression

Started by Tom Lanealmost 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
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.

Modified Files:
--------------
pgsql-server/src/test/regress:
pg_regress.sh (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/test/regress/pg_regress.sh.diff?r1=1.46&r2=1.47)