diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-12-18 22:34:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-12-18 22:34:21 +0000 |
commit | 382af3a95406c1ee9a4a5647eb7586d1432196e3 (patch) | |
tree | 89d7c4e0f4872310109cb4379db1257b97eb440c | |
parent | fa6116a3da725a5a1693917dccff1f2f0d892600 (diff) | |
download | postgresql-382af3a95406c1ee9a4a5647eb7586d1432196e3.tar.gz postgresql-382af3a95406c1ee9a4a5647eb7586d1432196e3.zip |
Add "not" to wal journaling text.
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index a54fbc685e0..e5750b62dc5 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.56 2008/12/18 22:21:16 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.57 2008/12/18 22:34:21 momjian Exp $ --> <chapter id="wal"> <title>Reliability and the Write-Ahead Log</title> @@ -138,7 +138,7 @@ <tip> <para> Because <acronym>WAL</acronym> restores database file - contents after a crash, journaled filesystems are necessary for + contents after a crash, journaled filesystems are not 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 |