summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-05-14 09:37:35 +0900
committerMichael Paquier <michael@paquier.xyz>2019-05-14 09:37:35 +0900
commit7e19929ea29668f3d01280262e407b93042c959a (patch)
tree1785de8a1f836c4ff49603397e097ebe65dc9965 /src/backend/replication/logical/reorderbuffer.c
parentae7291acbc5ae4c3751615177fc256f9f3399403 (diff)
downloadpostgresql-7e19929ea29668f3d01280262e407b93042c959a.tar.gz
Fix duplicated words in comments
Author: Stephen Amell Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
Diffstat (limited to 'src/backend/replication/logical/reorderbuffer.c')
-rw-r--r--src/backend/replication/logical/reorderbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c
index 2cfdf1c9ac..65f86ad73d 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -1533,7 +1533,7 @@ ReorderBufferCommit(ReorderBuffer *rb, TransactionId xid,
/*
* Mapped catalog tuple without data, emitted while
* catalog table was in the process of being rewritten. We
- * can fail to look up the relfilenode, because the the
+ * can fail to look up the relfilenode, because the
* relmapper has no "historic" view, in contrast to normal
* the normal catalog during decoding. Thus repeated
* rewrites can cause a lookup failure. That's OK because