Обсуждение: pgsql: Improve WAL reliability documentation, and add more cross-refere

Поиск
Список
Период
Сортировка

pgsql: Improve WAL reliability documentation, and add more cross-refere

От
Robert Haas
Дата:
Improve WAL reliability documentation, and add more cross-references to it.

In particular, we are now more explicit about the fact that you may need
wal_sync_method=fsync_writethrough for crash-safety on some platforms,
including MaxOS X.  There's also now an explicit caution against assuming
that the default setting of wal_sync_method is either crash-safe or best
for performance.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=c1db5296429a8f26929c1afe5c9d217ba65a3b53

Modified Files
--------------
doc/src/sgml/config.sgml |    6 +++++-
doc/src/sgml/wal.sgml    |   11 ++++++++---
2 files changed, 13 insertions(+), 4 deletions(-)