]> 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:02 +0000 (21:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 May 2005 21:23:02 +0000 (21:23 +0000)
commit501ec7b64c25c8fd595020e02f1cb939f176b30c
tree0255cab5aa9b9bfb8245f7fd4220d9cb67c3591e
parent26f64e4c7a3b18d2244270f72f2277ab2ab86a7e
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