diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-05-16 20:29:22 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-05-16 20:29:22 -0400 |
commit | d817b7a4a3645d1df9d9091de4ef066fdaec73f6 (patch) | |
tree | 8f6da10c98cbf1c7c2131041cd7d05b5c70c5165 /src | |
parent | 5f65396359e9e44c8f5eb5133cb50abba6326bb6 (diff) | |
download | postgresql-d817b7a4a3645d1df9d9091de4ef066fdaec73f6.tar.gz postgresql-d817b7a4a3645d1df9d9091de4ef066fdaec73f6.zip |
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/multixact.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c index 6ca12f1773b..08059f28aff 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -2680,7 +2680,7 @@ ReadMultiXactCounts(uint32 *multixacts, MultiXactOffset *members) * 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 * 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 * more aggressive in clamping this value. That not only causes autovacuum @@ -2879,7 +2879,7 @@ TruncateMultiXact(void) SimpleLruTruncate(MultiXactOffsetCtl, MultiXactIdToOffsetPage(oldestMXact)); - + /* * 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 |