• Tom Lane's avatar
    Improve the checkpoint signaling mechanism so that the bgwriter can tell · 401de9c8
    Tom Lane authored
    the difference between checkpoints forced due to WAL segment consumption
    and checkpoints forced for other reasons (such as CREATE DATABASE).  Avoid
    generating 'checkpoints are occurring too frequently' messages when the
    checkpoint wasn't caused by WAL segment consumption.  Per gripe from
    Chris K-L.
    401de9c8
dbcommands.c 39.1 KB