Re: proposal: rounding up time value less than its unit. - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: proposal: rounding up time value less than its unit.
Date
Msg-id 54219C3F.8090108@vmware.com
Whole thread Raw
In response to Re: proposal: rounding up time value less than its unit.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: proposal: rounding up time value less than its unit.  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
On 09/23/2014 06:23 PM, Andrew Dunstan wrote:
>
> On 09/23/2014 10:29 AM, Tom Lane wrote:
>> Robert Haas <robertmhaas@gmail.com> writes:
>>> Three people have voted for making it an *error* to supply a value
>>> that needs to be rounded, instead of changing the rounding behavior.
>> Votes or no votes, that's a horrible idea; it breaks the design goal
>> that users shouldn't need to remember the precise unit size when making
>> postgresql.conf entries.
>>
>> And I'm not sure what votes you're counting, anyway.  People's opinions
>> have changed as the discussion proceeded ...
>
> I don't think I've weighed in on this, and yes, I'm very late to the
> party. The "round away from zero" suggestion seemed the simplest and
> most easily understood rule to me.

+1, rounding up seems better to me as well. Although throwing an error 
wouldn't be that bad either.

- Heikki




pgsql-hackers by date:

Previous
From: David Johnston
Date:
Subject: Re: proposal: rounding up time value less than its unit.
Next
From: Dmitry Dolgov
Date:
Subject: JsonbValue to Jsonb conversion