Re: Silent deadlock possible in current sources

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Silent deadlock possible in current sources
Дата
Msg-id 116.967692207@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Silent deadlock possible in current sources  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-hackers
"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:
>> Although this specific lockup mode didn't exist in 7.0.*, it does
>> suggest a possible cause of the deadlocks-with-no-deadlock-report
>> behavior that a couple of people have reported with 7.0: maybe there
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> is another logic path that allows a deadlock involving two 
>> buffer locks, or a buffer lock and a normal lock.  I'm on the
>> warpath now ...

> Buffer locks were implemented in 6.5.

Yeah, but we've only heard about silent deadlocks from people running
7.0.  I'm speculating that some "unrelated" 7.0 change is interacting
badly with the buffer lock management.  Haven't gone digging yet, but
I will.
        regards, tom lane


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

Предыдущее
От: t-ishii@sra.co.jp
Дата:
Сообщение: Re: How to store unicode?
Следующее
От: "Dominic J. Eidson"
Дата:
Сообщение: More about "CREATE TABLE" from inside a function/trigger...