pgsql: doc: Improve description of index vacuuming with GUCs

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Improve description of index vacuuming with GUCs
Дата
Msg-id E1mU0wF-0001rm-AI@gemulon.postgresql.org
обсуждение исходный текст
Список 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/161545365522.10134.12195402324485546870@wrigleys.postgresql.org
Backpatch-through: 9.6

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/52f8575a9e75e67ed7a7ae1585be28a85e85ae0e

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Add missing markup in CREATE EVENT TRIGGER page
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Add alternative output for OpenSSL 3 without legacy loaded