There's a small window wherein a transaction is committed but not yet

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 9b47c67ccde6ec91219ad4aba515a48c136f9568
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-07-07T21:39:40Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/storage/lmgr/predicate.c modified +3 −2