"...postgres-fd-implementation.git" did not exist on "1ea069b1f61aee5e901886aee8b51051e00aad54"
  • Vadim B. Mikheev's avatar
    Check bufHdr->cntxDirty and call StartBufferIO in BufferSync() · ab36582a
    Vadim B. Mikheev authored
    *before* acquiring shlock on buffer context. This way we should be
    protected against conflicts with FlushRelationBuffers.
    (Seems we never do excl lock and then StartBufferIO for the same
    buffer, so there should be no deadlock here, - but we'd better
    check this very soon).
    ab36582a
bufmgr.c 56 KB