• Tom Lane's avatar
    Add a hook for processing messages due to be sent to the server log. · 19dbc346
    Tom Lane authored
    Use-cases for this include custom log filtering rules and custom log
    message transmission mechanisms (for instance, lossy log message
    collection, which has been discussed several times recently).
    
    As is our common practice for hooks, there's no regression test nor
    user-facing documentation for this, though the author did exhibit a
    sample module using the hook.
    
    Martin Pihlak, reviewed by Marti Raudsepp
    19dbc346
elog.h 12.5 KB