diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-12-16 14:05:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-12-16 14:05:12 +0000 |
commit | 665028f60feb934250c815823c6535889283b998 (patch) | |
tree | 304d763b25cf1b317c2d5838b2fbd63fa4daa8f5 /doc/src | |
parent | 900f84e27538d44d00650adbfd8349f492f7e4ab (diff) | |
download | postgresql-665028f60feb934250c815823c6535889283b998.tar.gz postgresql-665028f60feb934250c815823c6535889283b998.zip |
Windows write-cache wording improvement.
Diffstat (limited to 'doc/src')
-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 467c8d46095..e459863d5ef 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.50 2007/12/16 14:03:32 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.51 2007/12/16 14:05:12 momjian Exp $ --> <chapter id="wal"> <title>Reliability and the Write-Ahead Log</title> @@ -71,7 +71,7 @@ Computer\Open\{select disk drive}\Properties\Hardware\Properties\Policies\Enable write caching on the disk</>. Also on Windows, <literal>fsync</> and - <literal>fsync_writethrough</> never use write caching. + <literal>fsync_writethrough</> never do write caching. </para> <para> |