Robert Haas 9 years ago
parent e3f67a5a17
commit 0ad226f2ae
  1. 2
      src/backend/replication/logical/reorderbuffer.c

@ -1252,7 +1252,7 @@ ReorderBufferCopySnap(ReorderBuffer *rb, Snapshot orig_snap,
/*
* snap->subxip contains all txids that belong to our transaction which we
* need to check via cmin/cmax. Thats why we store the toplevel
* need to check via cmin/cmax. That's why we store the toplevel
* transaction in there as well.
*/
snap->subxip = snap->xip + snap->xcnt;

Loading…
Cancel
Save