diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-11-03 08:38:27 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-11-03 08:38:27 +0530 |
commit | 8c2d8f6cc4848cf9276dff445bb0f2f664083eca (patch) | |
tree | 6d2f94e7f4d49011c33edc018cad864d490cd222 /src/backend | |
parent | 0a4b34031279d938c2e59df8df7159d6c11e39b5 (diff) | |
download | postgresql-8c2d8f6cc4848cf9276dff445bb0f2f664083eca.tar.gz postgresql-8c2d8f6cc4848cf9276dff445bb0f2f664083eca.zip |
Fix typos.
Author: Hou Zhijie
Discussion: https://postgr.es/m/855a9421839d402b8b351d273c89a8f8@G08CNEXMBPEKD05.g08.fujitsu.local
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/storage/ipc/procarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 8da7b1d8a7b..05661e379e5 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -1600,7 +1600,7 @@ TransactionIdIsActive(TransactionId xid) * See the definition of ComputedXidHorizonsResult for the various computed * horizons. * - * For VACUUM separate horizons (used to to decide which deleted tuples must + * For VACUUM separate horizons (used to decide which deleted tuples must * be preserved), for shared and non-shared tables are computed. For shared * relations backends in all databases must be considered, but for non-shared * relations that's not required, since only backends in my own database could |