From 34071aa1a23a949eecd49c6c765e14bf057cacb0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 1 Sep 2020 17:00:09 -0400 Subject: [PATCH] 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 --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 479b88592e2..cbac2334fc1 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2724,7 +2724,7 @@ include_dir 'conf.d' - 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 max_wal_size under special circumstances, like under heavy load, a failing archive_command, or a high