deadlock detection

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема deadlock detection
Дата
Msg-id 199801271823.NAA15462@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
My new code now checks for any type of non-escalation deadlock, even if
three or more processes have deadlocks where any two of them does not
represent a deadlock.

The one piece missing is to check for escalation deadlocks, where two
people get readlocks on the same table, and both then go for write-locks
on the same table.

--
Bruce Momjian maillist@candle.pha.pa.us


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Snapshot 270198 compile error
Следующее
От: Phil Thompson
Дата:
Сообщение: Re: [HACKERS] Snapshot 270198 compile error