|
525 | 525 | below <varname>autovacuum_freeze_max_age</>, leaving enough gap so that
|
526 | 526 | a regularly scheduled <command>VACUUM</> or an autovacuum triggered by
|
527 | 527 | normal delete and update activity is run in that window. Setting it too
|
528 |
| - close could lead to autovacuums totoshrink <literal>pg_clog</> and |
| 528 | + close could lead to autovacuums to shrink <literal>pg_clog</> and |
529 | 529 | <literal>pg_multixact</>, even though the table
|
530 | 530 | was recently vacuumed to reclaim space, whereas lower values lead to more
|
531 | 531 | frequent aggressive vacuuming.
|
|