Fix typo in reorderbuffer.c.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PtvzuYY0zu=dVRK_WVz5WGos1+otZWgEWqjha1ncoSRag@mail.gmail.com
This commit is contained in:
Amit Kapila 2021-04-26 08:42:46 +05:30
parent 08a9869665
commit 6d2e87a077

View File

@ -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.
* DecodePrepare.
*/
static inline void
SetupCheckXidLive(TransactionId xid)