pgsql: Fix a tiny race condition in predicate locking. Need to hold the - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix a tiny race condition in predicate locking. Need to hold the
Date
Msg-id E1Q5K3z-0001jA-37@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 e
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix two missing spaces in error messages.