Re: disabling log_rotation_age feature. - Mailing list pgsql-docs

From David G Johnston
Subject Re: disabling log_rotation_age feature.
Date
Msg-id CAKFQuwayss-PaqZ9+vCfc5h-WUKRtf7Lkn20THfWssmv1qa5eA@mail.gmail.com
Whole thread Raw
In response to Re: disabling log_rotation_age feature.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: disabling log_rotation_age feature.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
On Thu, Jun 12, 2014 at 10:42 AM, Tom Lane-2 [via PostgreSQL] <[hidden email]> wrote:
Fujii Masao <[hidden email]> writes:
> On Thu, Jun 12, 2014 at 1:43 PM, Tomonari Katsumata
> <[hidden email]> 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.



​I think documenting the behavior better, which I would do as part of the larger patch I'm working on here:

[9.3] Should we mention "set_config(...)" in 18.1.3 in Server Configuration?

would be sufficient.

Green field maybe I'd say yes but given that the new behavior could turn features on that are currently off it doesn't seem to be beneficial enough to warrant changing.

David J.




View this message in context: Re: disabling log_rotation_age feature.
Sent from the PostgreSQL - docs mailing list archive at Nabble.com.

pgsql-docs by date:

Previous
From: David Johnston
Date:
Subject: Re: [9.3] Should we mention "set_config(...)" in 18.1.3 in Server Configuration?
Next
From: Tom Lane
Date:
Subject: Re: disabling log_rotation_age feature.