projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a9869
)
Fix typo in reorderbuffer.c.
author
Amit Kapila
Mon, 26 Apr 2021 03:12:46 +0000
(08:42 +0530)
committer
Amit Kapila
Mon, 26 Apr 2021 03:12:46 +0000
(08:42 +0530)
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtvzuYY0zu=dVRK_WVz5WGos1+otZWgEWqjha1ncoSRag@mail.gmail.com
src/backend/replication/logical/reorderbuffer.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/reorderbuffer.c
b/src/backend/replication/logical/reorderbuffer.c
index 5cb484f03231ef66a0933a40e21389a71fa519ce..5f8907bb743b5618edc7730a65543f1168aec15c 100644
(file)
--- a/
src/backend/replication/logical/reorderbuffer.c
+++ b/
src/backend/replication/logical/reorderbuffer.c
@@
-1867,7
+1867,7
@@
ReorderBufferStreamCommit(ReorderBuffer *rb, ReorderBufferTXN *txn)
* to truncate the changes in the subscriber. Similarly, for prepared
* transactions, we stop decoding if concurrent abort is detected and then
* rollback the changes when rollback prepared is encountered. See
- * DecodePreare.
+ * DecodePre
p
are.
*/
static inline void
SetupCheckXidLive(TransactionId xid)