Skip to content

Commit e364632

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 7067ba1 commit e364632

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
@@ -3068,7 +3068,7 @@ include_dir 'conf.d'
30683068
</term>
30693069
<listitem>
30703070
<para>
3071-
Maximum size to let the WAL grow to between automatic WAL
3071+
Maximum size to let the WAL grow during automatic
30723072
checkpoints. This is a soft limit; WAL size can exceed
30733073
<varname>max_wal_size</varname> under special circumstances, such as
30743074
heavy load, a failing <varname>archive_command</varname>, or a high

0 commit comments

Comments
 (0)