Re: Ryu floating point output patch
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Andrew Gierth <andrew@tao11.riddles.org.uk>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2018-12-13T22:20:42Z
Lists: pgsql-hackers
On 2018-Dec-13, Andrew Gierth wrote: > And again to fix the windows build - why does Mkvcbuild.pm have its own > private copy of the file list for src/common? I think at some point the Makefile parsing code was too stupid to deal with the src/port Makefile, so it was hardcoded; later probably I cargo-culted that into the src/common makefile. Maybe the parser has already improved (or the makefile simplified) that the msvc tooling can extract the files from the makefile? Dunno. -- Álvaro Herrera 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