On Sat, Mar 31, 2018 at 8:08 PM, Andres Freund <and...@anarazel.de> wrote:
>> round() is from C99, apparently. I'll investigate a fix.
>
> Just replacing it with a floor(val + 0.5) ought to do the trick, right?

I was thinking of using rint(), which is what you get if you call
round(float8) from SQL.

-- 
Peter Geoghegan

Reply via email to