[pgpool-hackers: 4011] Re: [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:15:13 JST 2021


I have fixed a problem with log_rotation_age problem below.

From: Tatsuo Ishii <ishii at sraoss.co.jp>
Subject: [pgpool-committers: 8005] pgpool: Fix to allow log_rotation_age to be set to 0.
Date: Thu, 02 Sep 2021 00:12:22 +0000
Message-ID: <E1mLaL8-000745-LG at gothos.postgresql.org>

> 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-hackers mailing list