File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2680,7 +2680,7 @@ ReadMultiXactCounts(uint32 *multixacts, MultiXactOffset *members)
26802680 * to a value just less than the number of multixacts in use. We hope that
26812681 * this will quickly trigger autovacuuming on the table or tables with the
26822682 * oldest relminmxid, thus allowing datminmxid values to advance and removing
2683- * some members.
2683+ * some members.
26842684 *
26852685 * As the fraction of the member space currently in use grows, we become
26862686 * more aggressive in clamping this value. That not only causes autovacuum
@@ -2879,7 +2879,7 @@ TruncateMultiXact(void)
28792879 SimpleLruTruncate (MultiXactOffsetCtl ,
28802880 MultiXactIdToOffsetPage (oldestMXact ));
28812881
2882-
2882+
28832883 /*
28842884 * Now, and only now, we can advance the stop point for multixact members.
28852885 * If we did it any sooner, the segments we deleted above might already
You can’t perform that action at this time.
0 commit comments