Re: trivial patch: show SIREAD pids in pg_locks - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: trivial patch: show SIREAD pids in pg_locks
Date
Msg-id 4D95FA7F020000250003C171@gw.wicourts.gov
Whole thread Raw
In response to Re: trivial patch: show SIREAD pids in pg_locks  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
Jeff Davis <pgsql@j-davis.com> wrote:
> On Fri, 2011-04-01 at 13:00 -0400, Dan Ports wrote:
>> While looking into a SSI bug, I noticed that we don't actually
>> display the pid of the holding transaction, even though we have
>> that information available.
> 
> Is there a chance that the PID will reference a backend that has
> either terminated or is idle?
Yes to both.
> That might be confusing.
With a barely larger patch we could suppress that, if that's
desirable.  Of course, there is already the same issue for the
virtualtransaction column.
As Dan mentioned, it won't show for locks which are summarized using
SLRU, nor will it show for prepared transactions pending final
commit -- at least if they're loaded from disk after recovery.  (I'm
not sure without some digging about a transaction which is prepared
and still pending commit if the server is still running from the
point of prepare.)
-Kevin


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: trivial patch: show SIREAD pids in pg_locks
Next
From: Bruce Momjian
Date:
Subject: Re: Bug in autovacuum.c?