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)
commitba826299e0c536b86d0429afe71cb9a64eb63572
tree410279478f850426ec6cdc510655d03b4d113bd9
parentaa55d05571e5de3882925bee26a486a940daf1c7
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