diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-12-18 12:43:52 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-12-18 12:43:52 -0500 |
commit | 6e7b335930200f71115fccd4903d04fe4de42021 (patch) | |
tree | 9d2588179ccde1834a8d604462b252139570d66c | |
parent | 2bdfcb52c5d1446a1f19cc8bf16d44911658bcac (diff) | |
download | postgresql-6e7b335930200f71115fccd4903d04fe4de42021.tar.gz postgresql-6e7b335930200f71115fccd4903d04fe4de42021.zip |
Remove duplicate word.
Kyotaro Horiguchi
-rw-r--r-- | src/backend/replication/syncrep.c | 2 |
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, |