Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1bab464eb40ceb96a9dedbf11393b7b51c55ec0a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-31T17:14:28Z
Releases: 7.3.1
Code review for pg_locks feature.  Make shmemoffset of PROCLOCK structs
available (else there's no way to interpret the list links).  Change
pg_locks view to show transaction ID locks separately from ordinary
relation locks.  Avoid showing N duplicate rows when the same lock is
held multiple times (seems unlikely that users care about exact hold
count).  Improve documentation.

Files