• T
    Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs · 1bab464e
    Tom Lane 提交于
    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.
    1bab464e
lock.h 8.2 KB