Thread
Commits
-
Remove dead code in bootstrap
- 193a7d791ebe 10.0 landed
-
remove floats from bootstrap scanner/parser
Alvaro Herrera <alvherre@2ndquadrant.com> — 2017-01-10T05:11:19Z
I happened to notice that we have dead code to parse floating point numbers in the boostrap scanner/parser. This seems unused since forever -- or, more precisely, I couldn't find any floats in 8.2's postgres.bki (the oldest I have around). I would just rip it out, per the attached. -- Álvaro Herrera
-
Re: remove floats from bootstrap scanner/parser
Jim Nasby <jim.nasby@bluetreble.com> — 2017-01-12T19:52:29Z
On 1/9/17 9:11 PM, Alvaro Herrera wrote: > I happened to notice that we have dead code to parse floating point > numbers in the boostrap scanner/parser. This seems unused since forever > -- or, more precisely, I couldn't find any floats in 8.2's postgres.bki > (the oldest I have around). I would just rip it out, per the attached. Verified this works for make check. Looks sane to me. -- Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX Experts in Analytics, Data Architecture and PostgreSQL Data in Trouble? Get it in Treble! http://BlueTreble.com 855-TREBLE2 (855-873-2532)