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

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

From
Heikki Linnakangas
Date:
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(-)