Commit 0ad226f2 authored by Robert Haas's avatar Robert Haas
parent e3f67a5a
...@@ -1252,7 +1252,7 @@ ReorderBufferCopySnap(ReorderBuffer *rb, Snapshot orig_snap, ...@@ -1252,7 +1252,7 @@ ReorderBufferCopySnap(ReorderBuffer *rb, Snapshot orig_snap,
/* /*
* snap->subxip contains all txids that belong to our transaction which we * 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. * transaction in there as well.
*/ */
snap->subxip = snap->xip + snap->xcnt; snap->subxip = snap->xip + snap->xcnt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment