Re: trivial patch: show SIREAD pids in pg_locks

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: Dan Ports <drkp@csail.mit.edu>
Cc: pgsql-hackers@postgresql.org, Kevin Grittner <Kevin.Grittner@wicourts.gov>
Date: 2011-04-01T21:02:59Z
Lists: pgsql-hackers
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? That might be confusing.

Regards,
	Jeff Davis