[pgpool-committers: 9291] pgpool: Add new config parameter "log_pcp_processes",

Tatsuo Ishii ishii at sraoss.co.jp
Sat Apr 15 12:09:55 JST 2023


Add new config parameter "log_pcp_processes",

This allows to disable logging about normal PCP Process fork and exit
status. When pcp command is executed, pgpool logs its fork/exit event
even if there's no error. This could fill up the pgpool log.

Abnormal fork/exit event will be logged even if the parameter is
disabled.

Author: Maximilien Cuony
Review and Japanese document by: Tatsuo Ishii

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=84d66997dedb9f2e203da4f094fbecdec2ec16ba

Modified Files
--------------
doc.ja/src/sgml/connection-pooling.sgml | 27 +++++++++++++++++++++++++++
doc/src/sgml/connection-pooling.sgml    | 17 +++++++++++++++++
src/config/pool_config_variables.c      | 10 ++++++++++
src/include/pool_config.h               |  1 +
src/pcp_con/pcp_child.c                 | 14 ++++++++------
src/sample/pgpool.conf.sample-stream    |  2 ++
src/utils/pool_process_reporting.c      |  5 +++++
7 files changed, 70 insertions(+), 6 deletions(-)



More information about the pgpool-committers mailing list