Skip to content

Commit 6d2e87a

Browse files
author
Amit Kapila
committed
Fix typo in reorderbuffer.c.
Author: Peter Smith Discussion: https://postgr.es/m/CAHut+PtvzuYY0zu=dVRK_WVz5WGos1+otZWgEWqjha1ncoSRag@mail.gmail.com
1 parent 08a9869 commit 6d2e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/reorderbuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ ReorderBufferStreamCommit(ReorderBuffer *rb, ReorderBufferTXN *txn)
18671867
* to truncate the changes in the subscriber. Similarly, for prepared
18681868
* transactions, we stop decoding if concurrent abort is detected and then
18691869
* rollback the changes when rollback prepared is encountered. See
1870-
* DecodePreare.
1870+
* DecodePrepare.
18711871
*/
18721872
static inline void
18731873
SetupCheckXidLive(TransactionId xid)

0 commit comments

Comments
 (0)