Re: Ryu floating point output patch
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: pgsql-hackers@postgresql.org
Date: 2019-02-14T17:24:16Z
Lists: pgsql-hackers
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. -- Andrew (irc:RhodiumToad)
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