Re: Deadlock with ShareLocks? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Deadlock with ShareLocks?
Date
Msg-id 6902.1134489874@sss.pgh.pa.us
Whole thread Raw
In response to Re: Deadlock with ShareLocks?  (Mario Weilguni <mweilguni@sime.com>)
Responses Re: Deadlock with ShareLocks?
List pgsql-hackers
Mario Weilguni <mweilguni@sime.com> writes:
> I guess two backends might have issued interleaved updates.
> I think without logging this cannot be solved here. 

Yeah, it's annoying that there is no convenient way to see the contents
of pg_locks at the instant of the deadlock.  Knowing which tuple locks
were held would give at least some additional information.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Francisco Figueiredo Jr."
Date:
Subject: Re: [Bulk] Re: [Bug] Server Crash, possible security exploit,
Next
From: Qingqing Zhou
Date:
Subject: Re: Which qsort is used