[pgpool-committers: 10303] pgpool: Feature: Allow logging_collector related parameters to be chang

Bo Peng pengbo at sraoss.co.jp
Mon Dec 16 17:11:41 JST 2024


Feature: Allow logging_collector related parameters to be changed by reloading the Pgpool-II configurations.

The following logging_collector related parameters can now be changed by reloading:

- log_truncate_on_rotation
- log_directory
- log_filename
- log_rotation_age
- log_rotation_size
- log_file_mode

Branch
------
master

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

Modified Files
--------------
doc.ja/src/sgml/connection-pooling.sgml | 48 ++++++++++++++++-----------------
doc/src/sgml/connection-pooling.sgml    | 36 ++++++++++++-------------
src/config/pool_config_variables.c      | 12 ++++-----
src/main/pgpool_main.c                  |  4 +++
4 files changed, 52 insertions(+), 48 deletions(-)



More information about the pgpool-committers mailing list