Request to share information regarding deadlock in postgresql-8.1.18

From: Yogesh Sharma <Yogesh1(dot)Sharma(at)nectechnologies(dot)in>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Request to share information regarding deadlock in postgresql-8.1.18
Date: 2016-11-14 07:01:41
Message-ID: 8F86F8F397DDD345B25EA2EF3E2164829ECB965B@EXCH-MB02-U1.nectechnologies.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2016-11-14 07:19:29 Re: Request to share information regarding deadlock in postgresql-8.1.18
Previous Message Aaron Lewis 2016-11-14 03:50:47 Re: Why is this query not using GIN index?