Fix typo in reorderbuffer.c.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtvzuYY0zu=dVRK_WVz5WGos1+otZWgEWqjha1ncoSRag@mail.gmail.com
pull/64/head
Amit Kapila 4 years ago
parent 08a9869665
commit 6d2e87a077
  1. 2
      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 * to truncate the changes in the subscriber. Similarly, for prepared
* transactions, we stop decoding if concurrent abort is detected and then * transactions, we stop decoding if concurrent abort is detected and then
* rollback the changes when rollback prepared is encountered. See * rollback the changes when rollback prepared is encountered. See
* DecodePreare. * DecodePrepare.
*/ */
static inline void static inline void
SetupCheckXidLive(TransactionId xid) SetupCheckXidLive(TransactionId xid)

Loading…
Cancel
Save