]> granicus.if.org Git - postgresql/commitdiff
Document that increasing the number of checkpoints segments or
authorBruce Momjian <bruce@momjian.us>
Wed, 5 Mar 2008 16:59:10 +0000 (16:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 5 Mar 2008 16:59:10 +0000 (16:59 +0000)
checkpoint timeout can incrase the time needed for crash recovery, per
suggestion from Simon.

doc/src/sgml/config.sgml

index ceaeb205d91da7729b7c7859476e8253d9a19632..2e8d62e29234b5a13689436f273da0203ba30ead 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.166 2008/02/16 21:14:08 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.167 2008/03/05 16:59:10 momjian Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -1584,9 +1584,10 @@ SET ENABLE_SEQSCAN TO OFF;
       </indexterm>
       <listitem>
        <para>
-        Maximum distance between automatic WAL checkpoints, in log
-        file segments (each segment is normally 16 megabytes). The
-        default is three segments.
+        Maximum number of log file segments between automatic WAL
+        checkpoints (each segment is normally 16 megabytes). The default
+        is three segments.  Increasing this parameter can increase the
+        amount of time needed for crash recovery.
         This parameter can only be set in the <filename>postgresql.conf</>
         file or on the server command line.
        </para>
@@ -1602,6 +1603,8 @@ SET ENABLE_SEQSCAN TO OFF;
        <para>
         Maximum time between automatic WAL checkpoints, in
         seconds. The default is five minutes (<literal>5min</>).
+        Increasing this parameter can increase the amount of time needed
+        for crash recovery.
         This parameter can only be set in the <filename>postgresql.conf</>
         file or on the server command line.
        </para>