pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,
Дата
Msg-id 20070412150441.DD37E9FBAB0@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug
report from David Darville.  Back-patch as far as 8.1, which may or may not
have the problem but it seems a safe change anyway.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.187.2.1 -> r1.187.2.2)

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Cancel pending fsync requests during WAL replay of DROP DATABASE,
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Enable configurable log of autovacuum actions.