Re: remove floats from bootstrap scanner/parser

Jim Nasby <jim.nasby@bluetreble.com>

From: Jim Nasby <Jim.Nasby@BlueTreble.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-01-12T19:52:29Z
Lists: pgsql-hackers
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)


Commits

  1. Remove dead code in bootstrap