Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 520c41b

Browse files
committed
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
1 parent 6faf495 commit 520c41b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/wal.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="wal">
44
<title>Reliability and the Write-Ahead Log</title>
@@ -543,7 +543,8 @@
543543
then the checkpoint record; then it performs the REDO operation by
544544
scanning forward from the log position indicated in the checkpoint
545545
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
547548
changed since the checkpoint will be restored to a consistent
548549
state.
549550
</para>

0 commit comments

Comments
 (0)