diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-04-27 14:59:36 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-04-27 14:59:36 +0900 |
commit | 641b76d9d12fd728f71f61e8a2b2bb2bedab021b (patch) | |
tree | fa76993b59ca8b5834d31a57c118a98e88efb411 /src/backend/access/transam/multixact.c | |
parent | 459f4076c87ac953aa0efa7ddf84df08f8fafe7c (diff) | |
download | postgresql-641b76d9d12fd728f71f61e8a2b2bb2bedab021b.tar.gz postgresql-641b76d9d12fd728f71f61e8a2b2bb2bedab021b.zip |
Fix some typos
Author: Justin Pryzby
Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.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 70d0e1c215f..e2aa5c9ce42 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -2666,7 +2666,7 @@ SetOffsetVacuumLimit(bool is_startup) * We use this to determine whether the addition is "wrapping around" the * boundary point, hence the name. The reason we don't want to use the regular * 2^31-modulo arithmetic here is that we want to be able to use the whole of - * the 2^32-1 space here, allowing for more multixacts that would fit + * the 2^32-1 space here, allowing for more multixacts than would fit * otherwise. */ static bool |