Commit 32558a8b authored by Peter Geoghegan's avatar Peter Geoghegan

Doc: Remove MultiXact wraparound section link.

Remove circular "25.1.5.1. Multixacts And Wraparound" link that
references the section that the link itself appears in.  An explanation
of MultiXactId age appears only a few sentences before the link, so
there's no question that the link is superfluous at best.

Oversight in commit d5409295.

Author: Peter Geoghegan <pg@bowt.ie>
Backpatch: 14-
parent d480ae06
......@@ -720,8 +720,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode.
<para>
As a safety device, an aggressive vacuum scan will
occur for any table whose multixact-age (see <xref
linkend="vacuum-for-multixact-wraparound"/>) is greater than <xref
occur for any table whose multixact-age is greater than <xref
linkend="guc-autovacuum-multixact-freeze-max-age"/>. Also, if the
storage occupied by multixacts members exceeds 2GB, aggressive vacuum
scans will occur more often for all tables, starting with those that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment