Re: round() function wrong?

From: Michael Brusser <michael(at)synchronicity(dot)com>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, "Jochen Westland [invigo]" <jochen(dot)westland(at)invigo(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: round() function wrong?
Date: 2003-10-24 18:29:19
Message-ID: DEEIJKLFNJGBEMBLBAHCIEGBDNAA.michael@synchronicity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

But this seems to work correctly on 7.3.2 and 7.3.4:
psql -c "select round (2.5)"
Password:
round
-------
3
(1 row)

=============
>
> I just tried that on my 7.2.4 and 7.4 beta 4 machines and I get 2 for
> round(2.5)
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-10-24 18:33:12 Re: Call for port reports
Previous Message Darren King 2003-10-24 18:15:24 Re: Dreaming About Redesigning SQL