diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-06-15 13:35:28 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-06-15 13:40:24 +0300 |
commit | 2b44a2d62d12406da59fa6b23a0854d1d5068b17 (patch) | |
tree | 42db9576f0570719aa27596af3b79e2d7e3f2c00 /src/backend/access/gist/gistproc.c | |
parent | ff4e078773b48260a36587b54537ca54d929898f (diff) | |
download | postgresql-2b44a2d62d12406da59fa6b23a0854d1d5068b17.tar.gz postgresql-2b44a2d62d12406da59fa6b23a0854d1d5068b17.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions