• T
    Get rid of SetBufferWriteMode(), which was an accident waiting to happen. · ca05ba2a
    Tom Lane 提交于
    In the event of an elog() while the mode was set to immediate write,
    there was no way for it to be set back to the normal delayed write.
    The mechanism was a waste of space and cycles anyway, since the only user
    was varsup.c, which could perfectly well call FlushBuffer directly.
    Now it does just that, and the notion of a write mode is gone.
    ca05ba2a
bufmgr.h 5.1 KB