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

Commit 16c73e7

Browse files
committed
Fix whitespace
1 parent e8898e9 commit 16c73e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/multixact.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2623,7 +2623,7 @@ ReadMultiXactCounts(uint32 *multixacts, MultiXactOffset *members)
26232623
* to a value just less than the number of multixacts in use. We hope that
26242624
* this will quickly trigger autovacuuming on the table or tables with the
26252625
* oldest relminmxid, thus allowing datminmxid values to advance and removing
2626-
* some members.
2626+
* some members.
26272627
*
26282628
* As the fraction of the member space currently in use grows, we become
26292629
* more aggressive in clamping this value. That not only causes autovacuum

0 commit comments

Comments
 (0)