Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d817b7a

Browse files
committed
Fix whitespace
1 parent 5f65396 commit d817b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/transam/multixact.c

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)