File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -811,10 +811,11 @@ HINT: Execute a database-wide VACUUM in that database.
811
811
As a safety device, an aggressive vacuum scan will
812
812
occur for any table whose multixact-age is greater than <xref
813
813
linkend="guc-autovacuum-multixact-freeze-max-age"/>. Also, if the
814
- storage occupied by multixacts members exceeds 2GB , aggressive vacuum
814
+ storage occupied by multixacts members exceeds about 10GB , aggressive vacuum
815
815
scans will occur more often for all tables, starting with those that
816
816
have the oldest multixact-age. Both of these kinds of aggressive
817
- scans will occur even if autovacuum is nominally disabled.
817
+ scans will occur even if autovacuum is nominally disabled. The members storage
818
+ area can grow up to about 20GB before reaching wraparound.
818
819
</para>
819
820
820
821
<para>
You can’t perform that action at this time.
0 commit comments