Commit dd28c410 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Add note about checkpoint_warning vs checkpoint_timeout

suggested by Tianyin Xu
parent 31531325
...@@ -2057,6 +2057,8 @@ include 'filename' ...@@ -2057,6 +2057,8 @@ include 'filename'
than this many seconds (which suggests that than this many seconds (which suggests that
<varname>checkpoint_segments</> ought to be raised). The default is <varname>checkpoint_segments</> ought to be raised). The default is
30 seconds (<literal>30s</>). Zero disables the warning. 30 seconds (<literal>30s</>). Zero disables the warning.
No warnings will be generated if <varname>checkpoint_timeout</varname>
is less than <varname>checkpoint_warning</varname>.
This parameter can only be set in the <filename>postgresql.conf</> This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line. file or on the server command line.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment