From: | Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> |
---|---|
To: | "pgsql-hackers\(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Cc: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Donald Dong <xdong(at)csumb(dot)edu>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Chapman Flack <chap(at)anastigmatix(dot)net> |
Subject: | Re: Ryu floating point output patch |
Date: | 2019-01-19 14:06:08 |
Message-ID: | 87lg3ghhtq.fsf@news-spur.riddles.org.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
>>>>> "Andrew" == Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> writes:
Andrew> 4. Passes regression tests
Andrew> Well, almost. I missed a contrib module, and there's some
Andrew> issues with rounding and subnormal values on Windows that I
Andrew> need to track down.
This should fix all the known issues.
This does make one significant change to the algorithm: it will no
longer return the exact midpoint between two values (thereby relying on
the reader to get the correct rounding direction). This gains
portability without compromising the performance (which is not affected
by the change).
--
Andrew (irc:RhodiumToad)
Attachment | Content-Type | Size |
---|---|---|
ryu7.patch | text/x-patch | 282.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Gierth | 2019-01-19 14:43:10 | pg_stat_statements vs. SELECT FOR UPDATE |
Previous Message | Alvaro Herrera | 2019-01-19 13:35:29 | Re: House style for DocBook documentation? |