mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Fix whitespace
This commit is contained in:
@ -2680,7 +2680,7 @@ ReadMultiXactCounts(uint32 *multixacts, MultiXactOffset *members)
|
|||||||
* to a value just less than the number of multixacts in use. We hope that
|
* to a value just less than the number of multixacts in use. We hope that
|
||||||
* this will quickly trigger autovacuuming on the table or tables with the
|
* this will quickly trigger autovacuuming on the table or tables with the
|
||||||
* oldest relminmxid, thus allowing datminmxid values to advance and removing
|
* oldest relminmxid, thus allowing datminmxid values to advance and removing
|
||||||
* some members.
|
* some members.
|
||||||
*
|
*
|
||||||
* As the fraction of the member space currently in use grows, we become
|
* As the fraction of the member space currently in use grows, we become
|
||||||
* more aggressive in clamping this value. That not only causes autovacuum
|
* more aggressive in clamping this value. That not only causes autovacuum
|
||||||
@ -2879,7 +2879,7 @@ TruncateMultiXact(void)
|
|||||||
SimpleLruTruncate(MultiXactOffsetCtl,
|
SimpleLruTruncate(MultiXactOffsetCtl,
|
||||||
MultiXactIdToOffsetPage(oldestMXact));
|
MultiXactIdToOffsetPage(oldestMXact));
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Now, and only now, we can advance the stop point for multixact members.
|
* Now, and only now, we can advance the stop point for multixact members.
|
||||||
* If we did it any sooner, the segments we deleted above might already
|
* If we did it any sooner, the segments we deleted above might already
|
||||||
|
Reference in New Issue
Block a user