The rolled-back flag on serializable xacts was pointless and redundant with

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 264a6b127a918800d9f8bac80b5f4a8a8799d0f1
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-06-15T10:35:28Z
Releases: 9.2.0
The rolled-back flag on serializable xacts was pointless and redundant with
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.

Files