Re: Ryu floating point output patch
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: Andrew Gierth <andrew@tao11.riddles.org.uk>
Cc: pgsql-hackers@postgresql.org
Date: 2019-02-14T22:17:47Z
Lists: pgsql-hackers
On 2/14/19 12:42 PM, Andrew Dunstan wrote: > On 2/14/19 12:24 PM, Andrew Gierth wrote: >> Andrew, >> >> Is there any chance you can get me the regress/results/float[48].out >> files from lorikeet and jacana? It would help a lot. >> >> Seeing the diffs isn't enough, because I want to know if the float8 test >> (which passes, so there's no diff) is matching the standard file or the >> -small-is-zero file. >> > Yeah, later on today or tomorrow. > > > Maybe we should have pg_regress report on the files it matches ... > > Rather than give you the files, I will just tell you, in both cases it is matching float8.out, not the small-is-zero file. As you can see in the buildfarm web, the float4 tests are failing and being compared against float4.out cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Provide an extra-float-digits setting for pg_dump / pg_dumpall
- af25bc03e17e 12.0 landed
-
Change floating-point output format for improved performance.
- 02ddd499322a 12.0 landed
-
Use strtof() and not strtod() for float4 input.
- f397e08599a3 12.0 landed