Add new config parameter "log_pcp_processes",
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 15 Apr 2023 02:59:43 +0000 (11:59 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 15 Apr 2023 02:59:43 +0000 (11:59 +0900)
commit84d66997dedb9f2e203da4f094fbecdec2ec16ba
tree821ff7a2c905431e3209888219355aa4154d12da
parent2ec15ef6656155fa2b88a4147a5767c8d844747b
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
doc.ja/src/sgml/connection-pooling.sgml
doc/src/sgml/connection-pooling.sgml
src/config/pool_config_variables.c
src/include/pool_config.h
src/pcp_con/pcp_child.c
src/sample/pgpool.conf.sample-stream
src/utils/pool_process_reporting.c