Skip to content

Commit b7c485f

Browse files
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 d540929. Author: Peter Geoghegan <pg@bowt.ie> Backpatch: 14-
1 parent 0af5047 commit b7c485f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/maintenance.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode.
720720

721721
<para>
722722
As a safety device, an aggressive vacuum scan will
723-
occur for any table whose multixact-age (see <xref
724-
linkend="vacuum-for-multixact-wraparound"/>) is greater than <xref
723+
occur for any table whose multixact-age is greater than <xref
725724
linkend="guc-autovacuum-multixact-freeze-max-age"/>. Also, if the
726725
storage occupied by multixacts members exceeds 2GB, aggressive vacuum
727726
scans will occur more often for all tables, starting with those that

0 commit comments

Comments
 (0)