summaryrefslogtreecommitdiff
path: root/src/backend/utils
diff options
context:
space:
mode:
authorFujii Masao2020-09-14 05:16:07 +0000
committerFujii Masao2020-09-14 05:16:07 +0000
commit95233011a08fcfa872f4505b295bc501b2844a08 (patch)
treed917766185c0f52c5dd86c059b78969268f90082 /src/backend/utils
parent83158f74d3ab8dd48aed92e84b6207562992d13d (diff)
Fix typos.
Author: Naoki Nakamichi Discussion: https://postgr.es/m/b6919d145af00295a8e86ce4d034b7cd@oss.nttdata.com
Diffstat (limited to 'src/backend/utils')
-rw-r--r--src/backend/utils/time/snapmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/time/snapmgr.c b/src/backend/utils/time/snapmgr.c
index 22cf3ebaf47..ed7f5239a05 100644
--- a/src/backend/utils/time/snapmgr.c
+++ b/src/backend/utils/time/snapmgr.c
@@ -1855,7 +1855,7 @@ TransactionIdLimitedForOldSnapshots(TransactionId recentXmin,
if (ts == threshold_timestamp)
{
/*
- * Current timestamp is in same bucket as the the last limit that
+ * Current timestamp is in same bucket as the last limit that
* was applied. Reuse.
*/
xlimit = threshold_xid;