diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-08-16 12:00:00 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-08-16 15:28:00 -0400 |
commit | 7c7630c2022156d54adf6c1d27c30f2b75138f03 (patch) | |
tree | f16cd3495b7cc0147c0cb090d4f87c51b00b8f21 /src/backend/access/transam/multixact.c | |
parent | 0aa1e9a44db0b8f8b08acadf2833c724489bd279 (diff) | |
download | postgresql-7c7630c2022156d54adf6c1d27c30f2b75138f03.tar.gz postgresql-7c7630c2022156d54adf6c1d27c30f2b75138f03.zip |
Fix typos
From: Alexander Law <exclusion@gmail.com>
Diffstat (limited to 'src/backend/access/transam/multixact.c')
-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 c2e4fa377d5..0c8c17af33c 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -2802,7 +2802,7 @@ ReadMultiXactCounts(uint32 *multixacts, MultiXactOffset *members) * more aggressive in clamping this value. That not only causes autovacuum * to ramp up, but also makes any manual vacuums the user issues more * aggressive. This happens because vacuum_set_xid_limits() clamps the - * freeze table and and the minimum freeze age based on the effective + * freeze table and the minimum freeze age based on the effective * autovacuum_multixact_freeze_max_age this function returns. In the worst * case, we'll claim the freeze_max_age to zero, and every vacuum of any * table will try to freeze every multixact. |