|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.50 2007/12/16 14:03:32 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.51 2007/12/16 14:05:12 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="wal"> |
4 | 4 | <title>Reliability and the Write-Ahead Log</title> |
|
71 | 71 | Computer\Open\{select disk |
72 | 72 | drive}\Properties\Hardware\Properties\Policies\Enable write caching on |
73 | 73 | the disk</>. Also on Windows, <literal>fsync</> and |
74 | | - <literal>fsync_writethrough</> neveruse write caching. |
| 74 | + <literal>fsync_writethrough</> neverdo write caching. |
75 | 75 | </para> |
76 | 76 |
|
77 | 77 | <para> |
|