Re: Weird locking situation - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Weird locking situation
Date
Msg-id 3F7CDB35.9030406@familyhealth.com.au
Whole thread Raw
In response to Re: Weird locking situation  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
> I wonder if it's something to do with the tsearch trigger on food_foods?

Actually, it definitely seems to be the tsearch trigger.  The deadlock 
occurs on every table that uses tsearch trigger, and no table that doesn't.

It's probably not the tsearch trigger itself even, it's probably the 
fact that the tsearch trigger modifies the row during the update in the 
second session?

Chris




pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Weird locking situation
Next
From: Christopher Kings-Lynne
Date:
Subject: Quick question