pgsql: Remove forced CHECKPOINT in regression tests --- redundant now

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove forced CHECKPOINT in regression tests --- redundant now
Date: 2005-06-25 23:04:07
Message-ID: 20050625230407.2A67352923@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-25 23:58:58 pgsql: Fix a couple of items that should be declared Oid not int.
Previous Message Tom Lane 2005-06-25 22:47:49 pgsql: Force a checkpoint before committing a CREATE DATABASE command.