Add documentation mention that full page writes have to be enabled for
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Jan 2009 00:34:25 +0000 (00:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Jan 2009 00:34:25 +0000 (00:34 +0000)
full pages to be restored during recovery.

Per private report from Michael Renner

doc/src/sgml/wal.sgml

index 426863d308d859e69a119b99b4260efabf5efb05..cff6fde7316470b8b8514476d952486b2333e548 100644 (file)
    then the checkpoint record; then it performs the REDO operation by
    scanning forward from the log position indicated in the checkpoint
    record.  Because the entire content of data pages is saved in the
-   log on the first page modification after a checkpoint, all pages
+   log on the first page modification after a checkpoint (assuming
+   <xref linkend="guc-full-page-writes"> is not disabled), all pages
    changed since the checkpoint will be restored to a consistent
    state.
   </para>