pgsql: Force a checkpoint before committing a CREATE DATABASE command.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Force a checkpoint before committing a CREATE DATABASE command.
Дата
Msg-id 20050625224749.D2DA452923@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Force a checkpoint before committing a CREATE DATABASE command.  This
should fix the recent reports of "index is not a btree" failures,
as well as preventing a more obscure race condition involving changes
to a template database just after copying it with CREATE DATABASE.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml:
        backup.sgml (r2.54.4.5 -> r2.54.4.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1=2.54.4.5&r2=2.54.4.6)
    pgsql/src/backend/commands:
        dbcommands.c (r1.148.4.2 -> r1.148.4.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.148.4.2&r2=1.148.4.3)

В списке 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: Remove forced CHECKPOINT in regression tests --- redundant now