Re: deadlock problem

From: Milos Findura <findura(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: deadlock problem
Date: 2009-03-19 12:51:44
Message-ID: 200903191351.45222.findura@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Not so,
statements have diffrent pid. Delete is called in application, bud REINDEX is
called via some cron admin script.

t.

On Thursday 19 of March 2009 13:35:03 Tom Lane wrote:
> Milos Findura <findura(at)gmail(dot)com> writes:
> > where can be problem?
>
> Presumably, one statement or the other is inside a transaction that
> already had a lower-grade lock on the target table.
>
> regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2009-03-19 14:22:56 Re: Multiple natural joins
Previous Message Tom Lane 2009-03-19 12:35:03 Re: deadlock problem