]> granicus.if.org Git - postgresql/commit
There's a small window wherein a transaction is committed but not yet
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 7 Jul 2011 21:36:30 +0000 (00:36 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 7 Jul 2011 21:39:40 +0000 (00:39 +0300)
commit9b47c67ccde6ec91219ad4aba515a48c136f9568
tree4b425e43f89728b349bd6e146924ccae882f341b
parentfdf8f751e7933c7992cdabc4b8f37d25268f192e
There's a small window wherein a transaction is committed but not yet
on the finished list, and we shouldn't flag it as a potential conflict
if so. We can also skip adding a doomed transaction to the list of
possible conflicts because we know it won't commit.

Dan Ports and Kevin Grittner.
src/backend/storage/lmgr/predicate.c