[pgpool-committers: 8004] pgpool: Fix to allow log_rotation_age to be set to 0.

Tatsuo Ishii ishii at sraoss.co.jp
Thu Sep 2 09:12:17 JST 2021


Fix to allow log_rotation_age to be set to 0.

According to the docs, it is possible to set 0 to log_rotation_age so
that the log rotation feature is disabled. But the allowed minimum
value for it was mistakenly set to 10, which made it impossible to set
log_rotation_age to 0.

Branch
------
V4_2_STABLE

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

Modified Files
--------------
src/config/pool_config_variables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list