Allow trailing whitespace in parse_real(), for consistency with
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Jun 2007 22:59:12 +0000 (22:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Jun 2007 22:59:12 +0000 (22:59 +0000)
commita7ae9f4f33dbc2e6d44e73cf7556fc738dee7bcf
treefebdd762618bfeee51c1a1569684f2a02da0123a
parent992968a394c6a96cbf4b4e6f7fa7b5719882f86f
Allow trailing whitespace in parse_real(), for consistency with
parse_int() and with itself (strtod allows leading whitespace, so it
seems odd not to allow trailing whitespace).  parse_bool remains
not-whitespace-friendly, but this is generically true for non-numeric
GUC variables, so I'll desist from changing it.
src/backend/utils/misc/guc.c