mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 08:07:34 +08:00
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.