[pgpool-committers: 8005] pgpool: Fix to allow log_rotation_age to be set to 0.
Tatsuo Ishii
ishii at sraoss.co.jp
Thu Sep 2 09:12:22 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ee88581f5b1536e996fded9f4b292b6d3548fd19
Modified Files
--------------
src/config/pool_config_variables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list