remove floats from bootstrap scanner/parser

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: remove floats from bootstrap scanner/parser
Date: 2017-01-10 05:11:19
Message-ID: 20170110051119.b5h7i3z5qagy35rb@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
parseboot.patch text/plain 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-01-10 05:24:02 Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal
Previous Message Pavel Stehule 2017-01-10 05:06:16 Re: merging some features from plpgsql2 project