From: Robert Haas Date: Fri, 18 Dec 2015 17:43:52 +0000 (-0500) Subject: Remove duplicate word. X-Git-Tag: REL9_6_BETA1~974 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e7b335930200f71115fccd4903d04fe4de42021;p=thirdparty%2Fpostgresql.git Remove duplicate word. Kyotaro Horiguchi --- 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,