Commit db864c3c authored by Bruce Momjian's avatar Bruce Momjian

doc: clarify that max_wal_size is "during" checkpoints

Previous wording was "between".

Reported-by: Pavel Luzanov

Discussion: https://postgr.es/m/26906a54-d7cb-2f8e-eed7-e31660024694@postgrespro.ru

Backpatch-through: 9.5
parent afc7e0ad
...@@ -3219,7 +3219,7 @@ include_dir 'conf.d' ...@@ -3219,7 +3219,7 @@ include_dir 'conf.d'
</term> </term>
<listitem> <listitem>
<para> <para>
Maximum size to let the WAL grow to between automatic WAL Maximum size to let the WAL grow during automatic
checkpoints. This is a soft limit; WAL size can exceed checkpoints. This is a soft limit; WAL size can exceed
<varname>max_wal_size</varname> under special circumstances, such as <varname>max_wal_size</varname> under special circumstances, such as
heavy load, a failing <varname>archive_command</varname>, or a high heavy load, a failing <varname>archive_command</varname>, or a high
......
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