Export log_line_prefix(); useful for emit_log_hook.
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2022-06-28T18:52:56Z
Lists: pgsql-hackers
Attachments
- 0001-Export-log_line_prefix-useful-for-emit_log_hook.patch (text/x-patch) patch 0001
Patch attached. Some kinds of emit log hooks might find it useful to also compute the log_line_prefix. Regards, Jeff Davis
Commits
-
Provide log_status_format(), useful for an emit_log_hook.
- b40baa96a7ad 16.0 landed