• Tom Lane's avatar
    Fix incorrect comment about the timing of AbsorbFsyncRequests() during · 83aaebba
    Tom Lane authored
    checkpoint.  The comment claimed that we could do this anytime after
    setting the checkpoint REDO point, but actually BufferSync is relying
    on the assumption that buffers dumped by other backends will be fsync'd
    too.  So we really could not do it any sooner than we are doing it.
    83aaebba
bgwriter.c 30.1 KB