Clarify documentation that journaling is not required for WAL or data files.
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Dec 2008 22:21:16 +0000 (22:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Dec 2008 22:21:16 +0000 (22:21 +0000)
doc/src/sgml/wal.sgml

index 15cd5baec36a2a0999b1e7cda82c394e38cb4c3f..64b76ae9d33ed174ecd3a43ec2aa028fe6cc2141 100644 (file)
    <tip>
     <para>
      Because <acronym>WAL</acronym> restores database file
-     contents after a crash, it is not necessary to use a
-     journaled filesystem for reliability.  In fact, journaling
+     contents after a crash, journaled filesystems are necessary for
+     reliable storage of the data files or WAL files.  In fact, journaling
      overhead can reduce performance, especially if journaling
      causes file system <emphasis>data</emphasis> to be flushed
      to disk.  Fortunately, data flushing during journaling can