8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdfcb5 commit 6e7b335Copy full SHA for 6e7b335
src/backend/replication/syncrep.c
@@ -183,7 +183,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
183
/*
184
* If a wait for synchronous replication is pending, we can neither
185
* acknowledge the commit nor raise ERROR or FATAL. The latter would
186
- * lead the client to believe that that the transaction aborted, which
+ * lead the client to believe that the transaction aborted, which
187
* is not true: it's already committed locally. The former is no good
188
* either: the client has requested synchronous replication, and is
189
* entitled to assume 379E that an acknowledged commit is also replicated,
0 commit comments