Re: 8.1.2 locking issues - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: 8.1.2 locking issues
Date
Msg-id 20061108224120.GO14845@alvh.no-ip.org
Whole thread Raw
In response to 8.1.2 locking issues  ("Ed L." <pgsql@bluepolka.net>)
Responses Re: 8.1.2 locking issues
Re: 8.1.2 locking issues
List pgsql-general
Ed L. wrote:
>
> We are having locking issues in 8.1.2 on HP 11.23 ia64.  I'm
> trying to better understand how to conclusively identify who is
> waiting on who and why.
>
> We have a series of "select for updates" on our 'sessions' table.
> One of those queries is stuck waiting for a "transactionid"
> locktype ShareLock.  How can I tell what it's actually waiting
> for?

There should be tuple locks on pg_locks for the transaction that holds
the transactionid that your transaction is waiting on.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: [solved] WAL ends before end time of backup dump
Next
From: Tom Lane
Date:
Subject: Re: [solved] WAL ends before end time of backup dump