pgsql: Disable full_page_writes, because turning it off risks causing

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Disable full_page_writes, because turning it off risks causing
Дата
Msg-id 20060328220116.B083711F65DD@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Disable full_page_writes, because turning it off risks causing crash-recovery
failures even when the hardware and OS did nothing wrong.  Per recent analysis
of a problem report from Alex Bahdushka.

For the moment I've just diked out the test of the parameter, rather than
removing the GUC infrastructure and documentation, in case we conclude that
there's something salvageable there.  There seems no chance of it being
resurrected in the 8.1 branch though.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.228 -> r1.229)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.228&r2=1.229)

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

Предыдущее
От: jpargudo@pgfoundry.org (User Jpargudo)
Дата:
Сообщение: pgloader - pgloader: This new version allows importing data from all
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Disable full_page_writes, because turning it off risks causing