diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-05-08 14:45:53 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-05-08 14:45:53 -0400 |
commit | 16c73e773bc5f2eee6a71c5ec311b8691bf9e832 (patch) | |
tree | a59dcfd0c5041eabd5a9748a08b3959f053a43b7 /src | |
parent | e8898e9169c851c2b8c98f981c1c4755a5758f8e (diff) | |
download | postgresql-16c73e773bc5f2eee6a71c5ec311b8691bf9e832.tar.gz postgresql-16c73e773bc5f2eee6a71c5ec311b8691bf9e832.zip |
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/multixact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c index fb2edf5a4f4..68b0e101473 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -2623,7 +2623,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 |