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 | db864c3c36035e4620afd114c783af7d777d78b0 (patch) | |
tree | 80b25ae6883d39a3c1de0d865afd1ef06d8cda85 | |
parent | afc7e0ad556a4f720c466cb4815fc77d310fc50a (diff) | |
download | postgresql-db864c3c36035e4620afd114c783af7d777d78b0.tar.gz postgresql-db864c3c36035e4620afd114c783af7d777d78b0.zip |
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 606e80df0ed..c4ba49ffaf5 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3219,7 +3219,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</varname> under special circumstances, such as heavy load, a failing <varname>archive_command</varname>, or a high |