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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Remove forced CHECKPOINT in regression tests --- redundant now
Дата
Msg-id 20050625230407.2A67352923@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Force a checkpoint before committing a CREATE DATABASE command.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix a couple of items that should be declared Oid not int.