From: Robert Haas <rhaas@postgresql.org>
Date: Fri, 18 Dec 2015 17:43:52 +0000 (-0500)
Subject: Remove duplicate word.
X-Git-Tag: REL9_6_BETA1~974
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e7b335930200f71115fccd4903d04fe4de42021;p=postgresql

Remove duplicate word.

Kyotaro Horiguchi
---

diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index 325239d635..1bc584fa43 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,