Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: clarify that max_wal_size is "during" checkpoints
authorBruce Momjian <bruce@momjian.us>
Tue, 1 Sep 2020 21:00:10 +0000 (17:00 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 1 Sep 2020 21:00:10 +0000 (17:00 -0400)
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

index fb48a5fcd03858b59203ad87cd9cc4496ed5b8db..db42a6accbe9db612cd7e3150bfcf22dce7bd256 100644 (file)
@@ -3068,7 +3068,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