We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5f65396 commitd817b7aCopy full SHA for d817b7a
src/backend/access/transam/multixact.c
@@ -2680,7 +2680,7 @@ ReadMultiXactCounts(uint32 *multixacts, MultiXactOffset *members)
2680
* to a value just less than the number of multixacts in use. We hope that
2681
* this will quickly trigger autovacuuming on the table or tables with the
2682
* oldest relminmxid, thus allowing datminmxid values to advance and removing
2683
- * some members.
+ * some members.
2684
*
2685
* As the fraction of the member space currently in use grows, we become
2686
* more aggressive in clamping this value. That not only causes autovacuum
@@ -2879,7 +2879,7 @@ TruncateMultiXact(void)
2879
SimpleLruTruncate(MultiXactOffsetCtl,
2880
MultiXactIdToOffsetPage(oldestMXact));
2881
2882
-
+
2883
/*
2884
* Now, and only now, we can advance the stop point for multixact members.
2885
* If we did it any sooner, the segments we deleted above might already