Skip to content

Commit 579a022

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 0c0a3a8 commit 579a022

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
@@ -2790,7 +2790,7 @@ include_dir 'conf.d'
27902790
</term>
27912791
<listitem>
27922792
<para>
2793-
Maximum size to let the WAL grow to between automatic WAL
2793+
Maximum size to let the WAL grow during automatic
27942794
checkpoints. This is a soft limit; WAL size can exceed
27952795
<varname>max_wal_size</> under special circumstances, like
27962796
under heavy load, a failing <varname>archive_command</>, or a high

0 commit comments

Comments
 (0)