From 520c41b5269e6e1f541881e1c3f27eccdb640937 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jan 2009 00:34:25 +0000 Subject: [PATCH] Add documentation mention that full page writes have to be enabled for full pages to be restored during recovery. Per private report from Michael Renner --- doc/src/sgml/wal.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index e5750b62dc..70675974a2 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ - + Reliability and the Write-Ahead Log @@ -543,7 +543,8 @@ 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 + is not disabled), all pages changed since the checkpoint will be restored to a consistent state. -- 2.11.0