Re: finding the other statement causing a sharelock

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: finding the other statement causing a sharelock
Дата
Msg-id 29834.1289249112@sss.pgh.pa.us
обсуждение исходный текст
Ответ на finding the other statement causing a sharelock  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Ответы Re: finding the other statement causing a sharelock  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Список pgsql-general
Ivan Sergio Borgonovo <mail@webthatworks.it> writes:
> I get
> DETAIL:  Process 24749 waits for ShareLock on transaction 113443492;
> blocked by process 25199. Process 25199 waits for ShareLock on
> transaction 113442820; blocked by process 24749.

> I would like to know both statements that caused the sharelock
> problem.

Recent versions of PG record both (or all) statements involved in a
deadlock in the postmaster log.

            regards, tom lane

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Removing pgsql_tmp files
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: Out of memory - when connecting to database