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

From Jeff Davis
Subject Re: trivial patch: show SIREAD pids in pg_locks
Date
Msg-id 1301691779.3678.1.camel@jdavis-ux.asterdata.local
Whole thread Raw
In response to trivial patch: show SIREAD pids in pg_locks  (Dan Ports <drkp@csail.mit.edu>)
Responses Re: trivial patch: show SIREAD pids in pg_locks  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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



pgsql-hackers by date:

Previous
From: Rajasekhar Yakkali
Date:
Subject: Re: Postgres 9.1 - Release Theme
Next
From: "Kevin Grittner"
Date:
Subject: Re: trivial patch: show SIREAD pids in pg_locks