pgsql: Add %P to log_line_prefix for parallel group leader

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add %P to log_line_prefix for parallel group leader
Date: 2020-08-03 04:39:21
Message-ID: E1k2SFt-0004sQ-6A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add %P to log_line_prefix for parallel group leader

This is useful for monitoring purposes with log parsing. Similarly to
pg_stat_activity, the leader's PID is shown only for active parallel
workers, minimizing the log footprint for the leaders as the equivalent
shared memory field is set as long as a backend is alive.

Author: Justin Pryzby
Reviewed-by: Álvaro Herrera, Michael Paquier, Julien Rouhaud, Tom Lane
Discussion: https://postgr.es/m/20200315111831.GA21492@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b8fdee7d0ca8bd2165d46fb1468f75571b706a01

Modified Files
--------------
doc/src/sgml/config.sgml | 9 ++++++-
src/backend/utils/error/elog.c | 38 +++++++++++++++++++++++++++
src/backend/utils/misc/postgresql.conf.sample | 1 +
3 files changed, 47 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-03 10:57:54 Re: pgsql: Adjust pgcrypto's expected test results for --disable-strong-ran
Previous Message Michael Paquier 2020-08-03 01:54:24 Re: pgsql: Adjust pgcrypto's expected test results for --disable-strong-ran