|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.57 2008/12/18 22:34:21 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.58 2009/01/15 00:34:25 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="wal">
|
4 | 4 | <title>Reliability and the Write-Ahead Log</title>
|
|
543 | 543 | then the checkpoint record; then it performs the REDO operation by
|
544 | 544 | scanning forward from the log position indicated in the checkpoint
|
545 | 545 | record. Because the entire content of data pages is saved in the
|
546 |
| - log on the first page modification after a checkpoint, all pages |
| 546 | + log on the first page modification after a checkpoint (assuming |
| 547 | + <xref linkend="guc-full-page-writes"> is not disabled), all pages |
547 | 548 | changed since the checkpoint will be restored to a consistent
|
548 | 549 | state.
|
549 | 550 | </para>
|
|