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 @@ -793,10 +793,11 @@ HINT: Execute a database-wide VACUUM in that database.
793
793
As a safety device, an aggressive vacuum scan will
794
794
occur for any table whose multixact-age is greater than <xref
795
795
linkend="guc-autovacuum-multixact-freeze-max-age"/>. Also, if the
796
- storage occupied by multixacts members exceeds 2GB , aggressive vacuum
796
+ storage occupied by multixacts members exceeds about 10GB , aggressive vacuum
797
797
scans will occur more often for all tables, starting with those that
798
798
have the oldest multixact-age. Both of these kinds of aggressive
799
- scans will occur even if autovacuum is nominally disabled.
799
+ scans will occur even if autovacuum is nominally disabled. The members storage
800
+ area can grow up to about 20GB before reaching wraparound.
800
801
</para>
801
802
802
803
<para>
You can’t perform that action at this time.
0 commit comments