• Tom Lane's avatar
    Make logging about multixact wraparound protection less chatty. · 5ed6fff6
    Tom Lane authored
    The original messaging design, introduced in commit 068cfadf, seems too
    chatty now that some time has elapsed since the bug fix; most installations
    will be in good shape and don't really need a reminder about this on every
    postmaster start.
    
    Hence, arrange to suppress the "wraparound protections are now enabled"
    message during startup (specifically, during the TrimMultiXact() call).
    The message will still appear if protection becomes effective at some
    later point.
    
    Discussion: https://postgr.es/m/17211.1489189214@sss.pgh.pa.us
    5ed6fff6
xlog.c 372 KB