]> 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:49 +0000 (21:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 May 2005 21:23:49 +0000 (21:23 +0000)
commit2e6482493a2446a488550545e0d1dd6b1a79c70b
tree6afd5ebb0ef5b1fc6a98b485dbdc8ca30b9921a1
parent68ab4de9054e9047b86b8639639baf48dc2ae6b2
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