• Tom Lane's avatar
    Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs · 1bab464e
    Tom Lane authored
    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
lockfuncs.c 4.58 KB