[MASSMAIL] pgsql: Coordinate emit_log_hook and all log destinations to share the s - Mailing list pgsql-committers

From Michael Paquier
Subject [MASSMAIL] pgsql: Coordinate emit_log_hook and all log destinations to share the s
Date
Msg-id E1rsFUQ-000P2m-R1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Coordinate emit_log_hook and all log destinations to share the same timeval

This would cause the timestamp values used by emit_log_hook and all the
other log destinations to differ, because the timestamps are reset
before sending the logs to the server and after calling the hook.

This change matters for emit_log_hook when generating log information
with 'n' or 'm' in log_line_prefix through log_status_format(), or when
doing direct calls to get_formatted_log_time() like in the JSON or CSV
log formats.

While on it, this commit fixes a couple of comments related to the
formatted timestamps where the JSON was not mentioned.  Oversight in
dc686681e079, that I have noticed while reviewing this patch.

Author: Kambam Vinay, Michael Paquier
Discussion: https://postgr.es/m/CANiRfmsK36A0i8mnQtzaxhSm3CUCimPwJPp4WQNq53OdSNkgWg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2a217c371799ae3ecd8d32a137cea874fad7f5dc

Modified Files
--------------
src/backend/utils/error/elog.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Preliminary refactor of heap scanning functions
Next
From: David Rowley
Date:
Subject: pgsql: Secondary refactor of heap scanning functions