forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbfe1ead
committed
doc: Improve description of index vacuuming with GUCs
Index vacuums may happen multiple times depending on the number of deadtuples stored, as of maintenance_work_mem for a manual VACUUM. Forautovacuum, this is controlled by autovacuum_work_mem instead, if set.The documentation mentioned the former, but not the latter in thecontext of autovacuum.Reported-by: Nikolai BerkoffAuthor: Laurenz Albe, Euler TaveiraDiscussion:https://postgr.es/m/161545365522.10134.12195402324485546870@wrigleys.postgresql.orgBackpatch-through: 9.61 parent3eea913 commitbfe1ead
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6142 | 6142 |
| |
6143 | 6143 |
| |
6144 | 6144 |
| |
6145 |
| - | |
6146 |
| - | |
| 6145 | + | |
| 6146 | + | |
| 6147 | + | |
6147 | 6148 |
| |
6148 | 6149 |
| |
6149 | 6150 |
| |
|
0 commit comments
Comments
(0)