Skip to content
Snippets Groups Projects
Commit 386a5d42 authored by Tom Lane's avatar Tom Lane
Browse files

Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather than

TransactionIdDidAbort, when handling the case that xmin is one of the current
transaction's XIDs and the tuple has been deleted.  xmax must also be one of
the current transaction's XIDs, since no one else can see it yet, and it's
cheaper to look at local state than shared state to find out if xmax aborted.
Per an idea of Heikki's.
parent da072ab2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment