• Tom Lane's avatar
    Add some code to Assert that when we release pin on a buffer, we are · e6cba715
    Tom Lane authored
    not holding the buffer's cntx_lock or io_in_progress_lock.  A recent
    report from Litao Wu makes me wonder whether it is ever possible for
    us to drop a buffer and forget to release its cntx_lock.  The Assert
    does not fire in the regression tests, but that proves little ...
    e6cba715
bufmgr.c 51.6 KB