withXmax method
Implementation
MvccTupleHeader withXmax(int txnId) => MvccTupleHeader(
xmin: xmin, xmax: txnId, rowId: rowId, mvccFlags: mvccFlags,
);
MvccTupleHeader withXmax(int txnId) => MvccTupleHeader(
xmin: xmin, xmax: txnId, rowId: rowId, mvccFlags: mvccFlags,
);