Re: BUG #5107: Lock never released

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christian DUPONT" <christian(dot)dupont(at)cegelec(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5107: Lock never released
Date: 2009-10-09 14:16:56
Message-ID: 7532.1255097816@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Christian DUPONT" <christian(dot)dupont(at)cegelec(dot)com> writes:
> I use slony 1 v 1.2.14.
> After an unexpected stop, several tables remained locked :

Is it possible that the locks are being held by a prepared transaction?
Next time it happens, look into the pg_prepared_xacts status view.

If it's not that, it seems like this must be a Slony issue, not a
problem with Postgres proper. You'll probably get better results
if you ask about it on the Slony mailing lists.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2009-10-09 14:54:52 Re: BUG #5106: Relationship between two tables
Previous Message Christian DUPONT 2009-10-09 08:39:56 BUG #5107: Lock never released