Change log_pcp_processes default to off.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 15 Aug 2025 04:40:32 +0000 (13:40 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 15 Aug 2025 06:15:30 +0000 (15:15 +0900)
commit579306dbcafd38d1f399611764b63b3555d132a5
tree1d4dc0fa945b743a9c7ee082e3c2ae06daad4887
parentb4d580327a971323ca35e3e09b95189830e3e870
Change log_pcp_processes default to off.

Previously log_pcp_processes default was on, and it could produce
excessive log lines if admins use pcp commands frequently to monitor
pgpool status.  Also the log is kind of debugging message, thus it is
best to change its default value to off.

Discussion: https://www.postgresql.org/message-id/20250815.111100.2261166502134199972.ishii%40postgresql.org
Backpatch-through: master only
doc.ja/src/sgml/connection-pooling.sgml
doc/src/sgml/connection-pooling.sgml
src/config/pool_config_variables.c
src/sample/pgpool.conf.sample-stream