pgsql: Fix bug in the new wait-until-lwlock-is-free mechanism.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bug in the new wait-until-lwlock-is-free mechanism.
Дата
Msg-id E1RrzWg-0003NQ-Kv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in the new wait-until-lwlock-is-free mechanism.

If there was a wait-until-free process in the head of the wait queue,
followed by an exclusive locker, the exclusive locker was not be woken up
as it should.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/82d4b262d9614958da38003cdc9d56915d9bcda0

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c |   25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use abort() instead of exit() to abort library functions
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Print function signature, not just name, in PL/pgSQL error messa