• Tom Lane's avatar
    ReleaseRelationBuffers() failed to check for I/O in progress on a buffer · 6b5d8e14
    Tom Lane authored
    it wants to release.  This leads to a race condition: does the backend
    that's trying to flush the buffer do so before the one that's deleting the
    relation does so?  Usually no problem, I expect, but on occasion this could
    lead to hard-to-reproduce complaints from md.c, especially mdblindwrt.
    6b5d8e14
bufmgr.c 52.3 KB