• Peter Geoghegan's avatar
    Assert that buffer is pinned in LockBuffer(). · 6ca7cd89
    Peter Geoghegan authored
    Strengthen the LockBuffer() assertion that verifies BufferIsValid() by
    making it verify BufferIsPinned() instead.  Do the same in nearby
    related functions.
    
    There is probably not much chance that anybody will try to lock a buffer
    that is not already pinned, but we might as well make sure of that.
    6ca7cd89
bufmgr.c 130 KB