summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas2015-12-18 17:43:52 +0000
committerRobert Haas2015-12-18 17:43:52 +0000
commit6e7b335930200f71115fccd4903d04fe4de42021 (patch)
tree9d2588179ccde1834a8d604462b252139570d66c /src
parent2bdfcb52c5d1446a1f19cc8bf16d44911658bcac (diff)
Remove duplicate word.
Kyotaro Horiguchi
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/syncrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index 325239d6358..1bc584fa43c 100644
--- a/src/backend/replication/syncrep.c
+++ b/src/backend/replication/syncrep.c
@@ -183,7 +183,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
/*
* If a wait for synchronous replication is pending, we can neither
* acknowledge the commit nor raise ERROR or FATAL. The latter would
- * lead the client to believe that that the transaction aborted, which
+ * lead the client to believe that the transaction aborted, which
* is not true: it's already committed locally. The former is no good
* either: the client has requested synchronous replication, and is
* entitled to assume that an acknowledged commit is also replicated,