Re: [HACKERS] remove floats from bootstrap scanner/parser - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: [HACKERS] remove floats from bootstrap scanner/parser
Date
Msg-id cd980b0f-a273-30b5-2566-df55cc68e6a2@BlueTreble.com
Whole thread Raw
List 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)



pgsql-hackers by date:

Previous
From: Jesper Pedersen
Date:
Subject: Re: [HACKERS] Write Ahead Logging for Hash Indexes
Next
From: Jim Nasby
Date:
Subject: Re: [HACKERS] Off-by-one oddity in minval for decreasing sequences