]> 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:23:24 +0000 (21:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 May 2005 21:23:24 +0000 (21:23 +0000)
commit4beb9cd5ebede4ae390c705f24f24be5fe3c9edc
tree75072ed154e35f576c997acf14e5865298349412
parent07e3879c952333f0456863bfe10f6c90fcf80c9e
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