• Robert Haas's avatar
    Code cleanup in the wake of recent LWLock refactoring. · 79a7ff0f
    Robert Haas authored
    As of commit c1772ad9, there's no
    longer any way of requesting additional LWLocks in the main tranche,
    so we don't need NumLWLocks() or LWLockAssign() any more.  Also,
    some of the allocation counters that we had previously aren't needed
    any more either.
    
    Amit Kapila
    79a7ff0f
lwlock.h 9.12 KB