pgsql: Fix a tiny race condition in predicate locking. Need to hold the

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a tiny race condition in predicate locking. Need to hold the
Date: 2011-03-31 15:45:35
Message-ID: E1Q5K3z-0001jA-37@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a tiny race condition in predicate locking. Need to hold the lock while
examining the head of predicate locks list. Also, fix the comment of
RemoveTargetIfNoLongerUsed, it was neglected when we changed the way update
chains are handled.

Kevin Grittner

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/60b142b9a6f413a92665766a1f265b361f68c20b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-04-01 11:44:21 pgsql: Fix two missing spaces in error messages.
Previous Message Heikki Linnakangas 2011-03-31 10:41:35 pgsql: Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 e