Re: Deadlock - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Deadlock
Date
Msg-id 20021004202810.A45159-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Deadlock  ("Nikhil G. Daddikar" <ngd@celoxis.com>)
List pgsql-general
On Sat, 5 Oct 2002, Nikhil G. Daddikar wrote:

> Yes. Also, I have about 65 tables and i never get a deadlock anywhere
> else, just here. However, this tables is accessed for almost all
> operation (read-mode) since all pages require security checks.

Hmm, you might want to turn on query logging if you haven't and see
what else is going on the system.  My first guess would be that the
overly strong fk locking is causing you trouble, perhaps there's
something that's waiting on a previous update you've done in that sessions
that's holding a lock the check wants to get.


pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Boolean output format
Next
From: Tom Lane
Date:
Subject: Re: Boolean output format