Improve WAL reliability documentation, and add more cross-references to it.

Robert Haas <rhaas@postgresql.org>

Commit: c1db5296429a8f26929c1afe5c9d217ba65a3b53
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-10-07T16:22:04Z
Releases: 9.0.2
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.

Files

PathChange+/−
doc/src/sgml/config.sgml modified +5 −1
doc/src/sgml/wal.sgml modified +8 −3