From: Peter Eisentraut Date: Sun, 10 Mar 2013 21:16:18 +0000 (-0400) Subject: doc: Add note about checkpoint_warning vs checkpoint_timeout X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=dd28c410f77e415ce104cb42bf52c4a5457085da;p=users%2Fbernd%2Fpostgres.git doc: Add note about checkpoint_warning vs checkpoint_timeout suggested by Tianyin Xu --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 175d1d5ebf..ae6ee60ab1 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2057,6 +2057,8 @@ include 'filename' than this many seconds (which suggests that checkpoint_segments ought to be raised). The default is 30 seconds (30s). Zero disables the warning. + No warnings will be generated if checkpoint_timeout + is less than checkpoint_warning. This parameter can only be set in the postgresql.conf file or on the server command line.