]> granicus.if.org Git - postgresql/commit
Adjust time qual checking code so that we always check TransactionIdIsInProgress
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 May 2005 21:22:36 +0000 (21:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 May 2005 21:22:36 +0000 (21:22 +0000)
commitaba1f93e453cbe8efe4ef00204b5db329f803c68
tree89513c761c288cf788d91dbc1af52cd21173583a
parent17eb867e984f30dc44e4879251c6c1a937958356
Adjust time qual checking code so that we always check TransactionIdIsInProgress
before we check commit/abort status.  Formerly this was done in some paths
but not all, with the result that a transaction might be considered
committed for some purposes before it became committed for others.
Per example found by Jan Wieck.
src/backend/utils/time/tqual.c