]> 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:36:30 +0000 (00:36 +0300)
commitbdaabb9b22caa71021754d3967b4032b194d9880
treed4ae7b50ac98e434067b50d1b15b2d39b3b74c4d
parent406d61835b97a801807913e0fc67eadd9c6a3ffa
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