]> granicus.if.org Git - postgresql/commitdiff
Add suggestion about how to set checkpoint_warning to log all
authorBruce Momjian <bruce@momjian.us>
Sat, 16 Feb 2008 21:11:32 +0000 (21:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 16 Feb 2008 21:11:32 +0000 (21:11 +0000)
checkpoints.

doc/src/sgml/config.sgml

index e910706a3133609e414fc63355f3543e96ec7209..68ee06fae03586edd1910efac8f27c654b63963b 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164 2008/02/02 23:29:12 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.165 2008/02/16 21:11:32 momjian Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -1638,6 +1638,9 @@ SET ENABLE_SEQSCAN TO OFF;
         30 seconds (<literal>30s</>).  Zero disables the warning.
         This parameter can only be set in the <filename>postgresql.conf</>
         file or on the server command line.
+        (Set it to a value greater than <varname>checkpoint_timeout</> to
+        log all checkpoints.  Of course, the warning suggesting increasing
+        <varname>checkpoint_segments</> should be ignored.)
        </para>
       </listitem>
      </varlistentry>