BUG #15920: ERROR: deadlock detected

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: ahmedgaber2050(at)yahoo(dot)com
Subject: BUG #15920: ERROR: deadlock detected
Date: 2019-07-20 23:56:09
Message-ID: 15920-e82779d7fce8d25d@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15920
Logged by: Ahmed Gaber
Email address: ahmedgaber2050(at)yahoo(dot)com
PostgreSQL version: 10.0
Operating system: ubuntu
Description:

please help me in handling this error

ERROR: deadlock detected
DETAIL: Process 29303 waits for ShareLock on transaction 9714808; blocked
by process 28020.
Process 28020 waits for ShareLock on transaction 9715080; blocked by process
29303.

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-07-21 03:19:12 Re: REINDEX CONCURRENTLY causes ALTER TABLE to fail
Previous Message Tom Lane 2019-07-20 16:54:41 Re: SELECT with COLLATE results in segfault on trunk and 12 Beta 2