mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
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:
parent
08a9869665
commit
6d2e87a077
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user