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:35:28 +0300 |
commit | 264a6b127a918800d9f8bac80b5f4a8a8799d0f1 (patch) | |
tree | 75825f27a40b019ed56ca6f806a3c5f497782e50 /src/backend/parser/parse_utilcmd.c | |
parent | 0a0e2b52a5a53b8747c165ff5c976f27df05a2e1 (diff) | |
download | postgresql-264a6b127a918800d9f8bac80b5f4a8a8799d0f1.tar.gz postgresql-264a6b127a918800d9f8bac80b5f4a8a8799d0f1.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/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions