diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-09-01 17:00:10 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-09-01 17:00:10 -0400 |
commit | 579a022ca1852ef8923c8f9bb27cb9de216444ef (patch) | |
tree | 35196acdb098cec51beb1661100b14939bd5469a | |
parent | 0c0a3a8591d864305af3dd5d764ec512eb2a42d9 (diff) |
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
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e577bbde990..2e692b10663 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2790,7 +2790,7 @@ include_dir 'conf.d' </term> <listitem> <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 <varname>max_wal_size</> under special circumstances, like under heavy load, a failing <varname>archive_command</>, or a high |