mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove duplicate word.
Kyotaro Horiguchi
This commit is contained in:
@ -183,7 +183,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
|
|||||||
/*
|
/*
|
||||||
* If a wait for synchronous replication is pending, we can neither
|
* If a wait for synchronous replication is pending, we can neither
|
||||||
* acknowledge the commit nor raise ERROR or FATAL. The latter would
|
* 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
|
* is not true: it's already committed locally. The former is no good
|
||||||
* either: the client has requested synchronous replication, and is
|
* either: the client has requested synchronous replication, and is
|
||||||
* entitled to assume that an acknowledged commit is also replicated,
|
* entitled to assume that an acknowledged commit is also replicated,
|
||||||
|
Reference in New Issue
Block a user