Re: Deadlock Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Deadlock Problem
Дата
Msg-id 24643.1079375526@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Deadlock Problem  (Matthias Schmitt <freak002@mmp.lu>)
Ответы Re: Deadlock Problem  (Matthias Schmitt <freak002@mmp.lu>)
Список pgsql-general
Matthias Schmitt <freak002@mmp.lu> writes:
> I am in trouble with more and more deadlock problems. We are
> programming a web application with multiple users editing content at
> the same time. Multiple times a day PostgreSQL runs into a deadlock,
> which can only be resolved by killing some of the clients. Here is an
> example from the pg_locks table:

All of the rows you showed us have granted=t.  No blockage is evident,
let alone any deadlock.

            regards, tom lane

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

Предыдущее
От: Matthias Schmitt
Дата:
Сообщение: Deadlock Problem
Следующее
От: Shilong Stanley Yao
Дата:
Сообщение: Character escape in "CREATE FUNCTION ..."