git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6faf495)
Add documentation mention that full page writes have to be enabled for
2009年1月15日 00:34:25 +0000 (00:34 +0000)
2009年1月15日 00:34:25 +0000 (00:34 +0000)
full pages to be restored during recovery.

Per private report from Michael Renner


diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index e5750b62dc53a853cf50a9e78b794c0a89049af1..70675974a2cef5ebb72182e17f08c68b6b43857d 100644 (file)
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.57 2008年12月18日 22:34:21 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.58 2009年01月15日 00:34:25 momjian Exp $ -->
<chapter id="wal">
<title>Reliability and the Write-Ahead Log</title>
@@ -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
+ <xref linkend="guc-full-page-writes"> is not disabled), all pages
changed since the checkpoint will be restored to a consistent
state.
</para>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /