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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix a tiny race condition in predicate locking. Need to hold the
Дата
Msg-id E1Q5K3z-0001jA-37@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 e
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix two missing spaces in error messages.