• Heikki Linnakangas's avatar
    The rolled-back flag on serializable xacts was pointless and redundant with · 264a6b12
    Heikki Linnakangas authored
    the marked-for-death flag. It was only set for a fleeting moment while a
    transaction was being cleaned up at rollback. All the places that checked
    for the rolled-back flag should also check the marked-for-death flag, as
    both flags mean that the transaction will roll back. I also renamed the
    marked-for-death into "doomed", which is a lot shorter name.
    264a6b12
predicate_internals.h 16.7 KB