Re: pgsql: Update warning about synchronous-commit durability, per suggesti

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Update warning about synchronous-commit durability, per suggesti
Дата
Msg-id AANLkTim+8c_mJWSrwC_0p0MaA4+F=XjRxW4+YtWSEJ8L@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Update warning about synchronous-commit durability, per suggesti  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: Update warning about synchronous-commit durability, per suggesti  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
On Tue, Jan 25, 2011 at 8:32 PM, Bruce Momjian <bruce@momjian.us> wrote:
> Update warning about synchronous-commit durability, per suggestion from
> Robvert Haas.

The revised text is just as silly as the original text.  The point is
that with fsync turned off, the *entire database* is toast after a
crash.  You don't need to give any special warning for
synchronous_commit above and beyond what applies to the whole section.
 Just delete that part.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rath
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.