View Single Post

   
  #9 (permalink)  
Old 04-15-2008, 11:47 PM
Tom Lane
 
Posts: n/a
Default Re: Minor bug in src/port/rint.c

Bruce Momjian <bruce@momjian.us> writes:
> Added to TODO:
> o Fix port/rint.c to be spec-compliant


Actually, the TODO I had in mind was entirely not that. Getting exact
spec compliance in a completely platform-independent fashion is probably
impossible, and is certainly not worth the trouble in view of the fact
that every SUS-compliant platform provides a working rint() already.
The proper wording of this item is

* Find a correct rint() substitute on Windows

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote