Remove dead code in bootstrap

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 193a7d791ebe2adf32b36d5538e4602a90c3e0fb
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2017-01-17T19:54:40Z
Releases: 10.0
Remove dead code in bootstrap

The bootstrap scanner/parser contains code to parse floating point
values, but this is not exercised anywhere, so remove it.

Reviewed-by: Jim Nasby
Discussion: https://postgr.es/m/20170110051119.b5h7i3z5qagy35rb@alvherre.pgsql

Files

PathChange+/−
src/backend/bootstrap/bootparse.y modified +2 −8
src/backend/bootstrap/bootscanner.l modified +0 −8

Discussion