pgsql: Even though I'd like to see full_page_writes go away before 8.1,

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Even though I'd like to see full_page_writes go away before 8.1,
Дата
Msg-id 20050708040727.382E952A97@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Even though I'd like to see full_page_writes go away before 8.1,
a minimum requirement is that it not completely break the system
meanwhile.  Put the test in the right place.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.207 -> r1.208)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.207&r2=1.208)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: > * -Prevent dropping user that still owns objects, or
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and