Skip to content

Commit db864c3

Browse files
committed
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
1 parent afc7e0a commit db864c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,7 @@ include_dir 'conf.d'
32193219
</term>
32203220
<listitem>
32213221
<para>
3222-
Maximum size to let the WAL grow to between automatic WAL
3222+
Maximum size to let the WAL grow during automatic
32233223
checkpoints. This is a soft limit; WAL size can exceed
32243224
<varname>max_wal_size</varname> under special circumstances, such as
32253225
heavy load, a failing <varname>archive_command</varname>, or a high

0 commit comments

Comments
 (0)