Request to share information regarding deadlock in postgresql-8.1.18 - Mailing list pgsql-general

From Yogesh Sharma
Subject Request to share information regarding deadlock in postgresql-8.1.18
Date
Msg-id 8F86F8F397DDD345B25EA2EF3E2164829ECB965B@EXCH-MB02-U1.nectechnologies.in
Whole thread Raw
Responses Re: Request to share information regarding deadlock in postgresql-8.1.18
List 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 by date:

Previous
From: Aaron Lewis
Date:
Subject: Re: Why is this query not using GIN index?
Next
From: John R Pierce
Date:
Subject: Re: Request to share information regarding deadlock in postgresql-8.1.18