• Tom Lane's avatar
    Allow trailing whitespace in parse_real(), for consistency with · ba826299
    Tom Lane authored
    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.
    ba826299
guc.c 170 KB