declaration-after-statement (was Re: Ryu floating point output patch)
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2019-01-11T23:04:51Z
Lists: pgsql-hackers
>>>>> "Andres" == Andres Freund <andres@anarazel.de> writes: >> 4. Can we allow declaration-after-statement please? That would allow >> keeping this code significantly closer to its upstream. Andres> As I said on IRC: I'm personally on-board with changing this Andres> styilistic requirement, but I also think that it'd be OK to Andres> just disable the warning for the individual object files when Andres> they're imported (likely using target specific makefile Andres> variable assignements) if we cannot get agreement on the global Andres> policy change. So are there any strong disagreements with the idea of disabling the warning at least for these specific files? If I don't hear any objections, I'll go for that in the next version of the patch. -- 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