Skip to content

Commit 0bf8b27

Browse files
committed
Update description of GUC full_page_writes.
Michael Paesold
1 parent 7d2e1cb commit 0bf8b27

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.336 2005/07/05 23:18:09 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.337 2005/07/06 14:45:12 momjian Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -1705,11 +1705,12 @@ SET ENABLE_SEQSCAN TO OFF;
17051705

17061706
<para>
17071707
When this option is on, the <productname>PostgreSQL</> server
1708-
writes full pages to WAL when they first modified after a checkpoint
1709-
so full recovery is possible. Turning this option off might lead
1710-
to a corrupt system after an operating system crash because
1711-
uncorrected partial pages might contain inconsistent or corrupt
1712-
data. The risks are less but similar to <varname>fsync</>.
1708+
writes full pages to WAL when they are first modified after a
1709+
checkpoint so full recovery is possible. Turning this option off
1710+
might lead to a corrupt system after an operating system crash
1711+
or power failure because uncorrected partial pages might contain
1712+
inconsistent or corrupt data. The risks are less but similar to
1713+
<varname>fsync</>.
17131714
</para>
17141715

17151716
<para>

0 commit comments

Comments
 (0)