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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Issue a CHECKPOINT just after creating the regression
Date: 2004-09-22 19:11:23
Message-ID: 20040922191123.98213329E76@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-22 19:13:53 pgsql-server: Arrange for hash join to skip scanning the outer relation
Previous Message Tom Lane 2004-09-22 17:41:53 pgsql-server: Adjust ExecMakeTableFunctionResult to produce a single