pgsql: There's a small window wherein a transaction is committed but no

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: There's a small window wherein a transaction is committed but no
Date: 2011-07-07 21:48:33
Message-ID: E1QewQz-0002av-G2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bdaabb9b22caa71021754d3967b4032b194d9880

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-07-07 21:56:51 pgsql: Update 9.1 release notes to reflect commits through today.
Previous Message Heikki Linnakangas 2011-07-07 20:35:09 pgsql: SSI has a race condition, where the order of commit sequence num