Missing mention of autovacuum_work_mem
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: nikolai.berkoff@pm.me
Date: 2021-03-11T09:07:35Z
Lists: pgsql-docs
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/progress-reporting.html Description: The "vacuuming indexes" documentation has: "If a table has any indexes, this will happen at least once per vacuum, after the heap has been completely scanned. It may happen multiple times per vacuum if maintenance_work_mem is insufficient to store the number of dead tuples found." should be something like "If a table has any indexes, this will happen at least once per vacuum, after the heap has been completely scanned. It may happen multiple times per vacuum if the maximum memory is insufficient to store the number of dead tuples found. The maximum memory is set via the maintenance_work_mem unless it is an autovacuum then autovacuum_work_mem will be used."
Commits
-
doc: Improve description of index vacuuming with GUCs
- 56dcf00b04b8 9.6.24 landed
- 1d1d13bc72aa 10.19 landed
- 26928441cbb4 11.14 landed
- 0872ccbfd8c9 12.9 landed
- 52f8575a9e75 13.5 landed
- bfe1ead94488 14.0 landed
- 1ba841072ebe 15.0 landed