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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Issue a CHECKPOINT just after creating the regression
Date
Msg-id 20040922191123.98213329E76@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Adjust ExecMakeTableFunctionResult to produce a single
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Arrange for hash join to skip scanning the outer relation