• Tom Lane's avatar
    Arrange to call AbsorbFsyncRequests every so often while performing a · 9a506a62
    Tom Lane authored
    checkpoint in the bgwriter.  This forestalls overflow of the fsync request
    queue, which is not fatal but causes considerable performance degradation
    when it occurs (because backends then have to do their own fsyncs).  Per
    patch from Itagaki Takahiro, modified a little bit by me.
    9a506a62
bufmgr.c 57.6 KB