Skip to content

Commit dac7662

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 8d486cf commit dac7662

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
@@ -2482,7 +2482,7 @@ include_dir 'conf.d'
24822482
</term>
24832483
<listitem>
24842484
<para>
2485-
Maximum size to let the WAL grow to between automatic WAL
2485+
Maximum size to let the WAL grow during automatic
24862486
checkpoints. This is a soft limit; WAL size can exceed
24872487
<varname>max_wal_size</> under special circumstances, like
24882488
under heavy load, a failing <varname>archive_command</>, or a high

0 commit comments

Comments
 (0)