pgsql: doc: clarify that max_wal_size is "during" checkpoints

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify that max_wal_size is "during" checkpoints
Date: 2020-09-01 21:00:27
Message-ID: E1kDDOF-0001ZM-3t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1fa1f2c39e49d82b1ecbaefc3d8a8e73983ec3d4

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-01 22:40:55 pgsql: Set cutoff xmin more aggressively when vacuuming a temporary tab
Previous Message Alvaro Herrera 2020-09-01 17:42:01 pgsql: Raise error on concurrent drop of partitioned index