mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Remove duplicate word.
Kyotaro Horiguchi
This commit is contained in:
parent
2bdfcb52c5
commit
6e7b335930
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue