Request to share information regarding deadlock in postgresql-8.1.18

Поиск
Список
Период
Сортировка
От Yogesh Sharma
Тема Request to share information regarding deadlock in postgresql-8.1.18
Дата
Msg-id 8F86F8F397DDD345B25EA2EF3E2164829ECB965B@EXCH-MB02-U1.nectechnologies.in
обсуждение исходный текст
Ответы Re: Request to share information regarding deadlock in postgresql-8.1.18  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Dear All,

Thanks in advance.

In my Linux system, below error is found and after 10~12 hours, WAL file in pg_xlog directory are increased
continuously.
PostgreSQL:ERROR:  deadlock detected
DETAIL:  Process 12345 waits for AccessShareLock on relation 16446 of database 16385; blocked by process 23136.
Process 23136 waits for ShareLock on relation 16482 of database 16385; blocked by process 12345.
CONTEXT:  SQL statement "SELECT 1 FROM ONLY "public"."table name" x WHERE "id" = $1 AND "table_id" = $2 FOR SHARE OF
x"

Is this deadlock error is link with WAL file of pg_xlog?
Please share your opinion. 

Regards,
Yogesh

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

Предыдущее
От: Aaron Lewis
Дата:
Сообщение: Re: Why is this query not using GIN index?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Request to share information regarding deadlock in postgresql-8.1.18