Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2fce233

Browse files
committed
Add suggestion about how to set checkpoint_warning to log all
checkpoints.
1 parent d4fa0b4 commit 2fce233

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/config.sgml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164 2008/02/02 23:29:12 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.165 2008/02/16 21:11:32 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1638,6 +1638,9 @@ SET ENABLE_SEQSCAN TO OFF;
16381638
30 seconds (<literal>30s</>). Zero disables the warning.
16391639
This parameter can only be set in the <filename>postgresql.conf</>
16401640
file or on the server command line.
1641+
(Set it to a value greater than <varname>checkpoint_timeout</> to
1642+
log all checkpoints. Of course, the warning suggesting increasing
1643+
<varname>checkpoint_segments</> should be ignored.)
16411644
</para>
16421645
</listitem>
16431646
</varlistentry>

0 commit comments

Comments
 (0)