pgsql: doc: Improve description of index vacuuming with GUCs - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Improve description of index vacuuming with GUCs
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
doc: Improve description of index vacuuming with GUCs

Index vacuums may happen multiple times depending on the number of dead
tuples stored, as of maintenance_work_mem for a manual VACUUM.  For
autovacuum, this is controlled by autovacuum_work_mem instead, if set.
The documentation mentioned the former, but not the latter in the
context of autovacuum.

Reported-by: Nikolai Berkoff
Author: Laurenz Albe, Euler Taveira
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 9.6

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bfe1ead94488986008771c0d295c2725bab952cb

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Add missing markup in CREATE EVENT TRIGGER page
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Add alternative output for OpenSSL 3 without legacy loaded