pgsql: Remove forced CHECKPOINT in regression tests --- redundant now - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Remove forced CHECKPOINT in regression tests --- redundant now
Date
Msg-id 20050625230407.2A67352923@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove forced CHECKPOINT in regression tests --- redundant now that
CREATE DATABASE does one internally.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.sh (r1.57 -> r1.58)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.sh.diff?r1=1.57&r2=1.58)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Force a checkpoint before committing a CREATE DATABASE command.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a couple of items that should be declared Oid not int.