Re: Ryu floating point output patch
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>,
Chapman Flack <chap@anastigmatix.net>,
"pgsql-hackers\@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-01-11T17:33:19Z
Lists: pgsql-hackers
>>>>> "Robert" == Robert Haas <robertmhaas@gmail.com> writes: Robert> I don't have an opinion on the code that is part of this patch At this point, frankly, I'm less interested in opinions on the code itself (which can be addressed later if need be) than on answers to (or discussion of) the questions asked upthread. -- 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