Re: disabling log_rotation_age feature.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: disabling log_rotation_age feature.
Дата
Msg-id 23802.1402584095@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: disabling log_rotation_age feature.  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: disabling log_rotation_age feature.  (David G Johnston <david.g.johnston@gmail.com>)
Список pgsql-docs
Fujii Masao <masao.fujii@gmail.com> writes:
> On Thu, Jun 12, 2014 at 1:43 PM, Tomonari Katsumata
> <katsumata.tomonari@po.ntts.co.jp> wrote:
>> The document tells us to set it to ZERO if we want to disable the feature.
>> However, the feature would be disabled if we set it less than one minute.

> That's because log_rotation_age expects the setting value in minutes.

> This is not a problem only for log_rotation_age. When setting the parameter
> which expects the value in seconds to less than one second, the setting value
> is implicitly reset to the default.

It's not "reset to default", it's set to zero due to rounding the fraction
down.  Some GUCs interpret zero specially, some don't.

I wonder if we should round fractions up instead of down in that logic?
It might be less surprising for those GUCs where zero is special, and
it seems like about a wash for most others.

            regards, tom lane


В списке pgsql-docs по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: disabling log_rotation_age feature.
Следующее
От: David Johnston
Дата:
Сообщение: Re: [9.3] Should we mention "set_config(...)" in 18.1.3 in Server Configuration?