pgsql: doc: Improve description of index vacuuming with GUCs

Started by Michael Paquieralmost 5 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/161545365522.10134.12195402324485546870@wrigleys.postgresql.org
Backpatch-through: 9.6

Branch
------
REL_10_STABLE

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

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