• T
    Factor out lock cleanup code that is needed in several places in lock.c. · 191b13aa
    Tom Lane 提交于
    Also, remove the rather useless return value of LockReleaseAll.  Change
    response to detection of corruption in the shared lock tables to PANIC,
    since that is the only way of cleaning up fully.
    Originally an idea of Heikki Linnakangas, variously hacked on by
    Alvaro Herrera and Tom Lane.
    191b13aa
lock.c 50.7 KB