pgsql-server/src/backend/access/transam xlog.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src/backend/access/transam xlog.c
Дата
Msg-id 20030510180132.458A0475D0F@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/10 14:01:32

Modified files:
    src/backend/access/transam: xlog.c

Log message:
    Adjust CreateCheckpoint so that buffer dumping activities and cleanup of
    dead xlog segments are not considered part of a critical section.  It is
    not necessary to force a database-wide panic if we get a failure in these
    operations.  Per recent trouble reports.


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/port crypt.c
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/access/transam Tag: R ...