File tree 1 file changed +2
-2
lines changed
src/backend/access/transam
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)
2680
2680
* to a value just less than the number of multixacts in use. We hope that
2681
2681
* this will quickly trigger autovacuuming on the table or tables with the
2682
2682
* oldest relminmxid, thus allowing datminmxid values to advance and removing
2683
- * some members.
2683
+ * some members.
2684
2684
*
2685
2685
* As the fraction of the member space currently in use grows, we become
2686
2686
* more aggressive in clamping this value. That not only causes autovacuum
@@ -2879,7 +2879,7 @@ TruncateMultiXact(void)
2879
2879
SimpleLruTruncate (MultiXactOffsetCtl ,
2880
2880
MultiXactIdToOffsetPage (oldestMXact ));
2881
2881
2882
-
2882
+
2883
2883
/*
2884
2884
* Now, and only now, we can advance the stop point for multixact members.
2885
2885
* 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