Fix to allow log_rotation_age to be set to 0.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 2 Sep 2021 00:07:15 +0000 (09:07 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 2 Sep 2021 00:11:23 +0000 (09:11 +0900)
commit0e3bce82eb69b8d0c6d554f0da6405427507f0bc
treefd9b03e07cfb32aa7b5801d0b34b26865a5fa468
parenta1785c356a9ba631117651f186461be677ab404d
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.
src/config/pool_config_variables.c