Re: Exclusive row locks not release

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark van Leeuwen <markvl(at)internode(dot)on(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Exclusive row locks not release
Date: 2012-01-20 05:40:39
Message-ID: 26344.1327038039@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mark van Leeuwen <markvl(at)internode(dot)on(dot)net> writes:
> I have a case where exclusive row locks have been placed on a table and
> I don't what process has the locks or how they might be released.

> The locks are still there even after I have restarted the database.

Uncommitted prepared transaction, perhaps? Look into pg_prepared_xacts.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark van Leeuwen 2012-01-20 07:18:04 Re: Exclusive row locks not release
Previous Message Mark van Leeuwen 2012-01-20 05:05:04 Exclusive row locks not release