• Robert Haas's avatar
    Have heapam.h include lockdefs.h rather than lock.h. · 445a38ab
    Robert Haas authored
    lockdefs.h was only split from lock.h relatively recently, and
    represents a minimal subset of the old lock.h.  heapam.h only needs
    that smaller subset, so adjust it to include only that.  This requires
    some corresponding adjustments elsewhere.
    
    Peter Geoghegan
    445a38ab
heapam.h 7.71 KB