projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bdfcb5
)
Remove duplicate word.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 18 Dec 2015 17:43:52 +0000
(12:43 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 18 Dec 2015 17:43:52 +0000
(12:43 -0500)
Kyotaro Horiguchi
src/backend/replication/syncrep.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/syncrep.c
b/src/backend/replication/syncrep.c
index 325239d63586279c18c70cbbdac69147582705a3..1bc584fa43c094b7a7c4daa938384bbaf622343c 100644
(file)
--- 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 th
at th
e 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,