Re: Deadlock detected

2013-05-27 Thread Pavel Cisar
Hi, I know it's old, but did you find any solution for this? Thanks Pavel Dne čtvrtek, 15. října 2009 17:01:57 UTC+2 Szymon napsal(a): > > Hello, > > Sometimes Django (on higher loads) throws exception: > > TransactionRollbackError: deadlock detected > DETAIL

Re: Deadlock detected

2009-10-15 Thread Christophe Pettus
On Oct 15, 2009, at 8:01 AM, Szymon wrote: > CONTEXT: SQL statement "SELECT 1 FROM ONLY "public"."postac_postacie" > x WHERE "id" OPERATOR(pg_catalog.=) $1 FOR SHARE OF x" What this is doing is acquiring a shared lock on the row where id = $1 (the parameter) on table postas_postacie (you prob

Deadlock detected

2009-10-15 Thread Szymon
Hello, Sometimes Django (on higher loads) throws exception: TransactionRollbackError: deadlock detected DETAIL: Process 58214 waits for ShareLock on transaction 121403425; blocked by process 58200. Process 58200 waits for ShareLock on transaction 121403482; blocked by process 58214. HINT: See