diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-03-10 12:58:52 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-03-10 12:58:52 -0400 |
commit | bc2232f2f54442417ca2c9a338a6f5495d430153 (patch) | |
tree | 722ff338f238ac9d715dfe74e37462b0cb94b2d5 /contrib/jsonb_plpython/jsonb_plpython.c | |
parent | 7d7de6d745344bf811b828693d3d2ad72e242d20 (diff) | |
download | postgresql-bc2232f2f54442417ca2c9a338a6f5495d430153.tar.gz postgresql-bc2232f2f54442417ca2c9a338a6f5495d430153.zip |
Disallow NaN as a value for floating-point GUCs.
None of the code that uses GUC values is really prepared for them to
hold NaN, but parse_real() didn't have any defense against accepting
such a value. Treat it the same as a syntax error.
I haven't attempted to analyze the exact consequences of setting any
of the float GUCs to NaN, but since they're quite unlikely to be good,
this seems like a back-patchable bug fix.
Note: we don't need an explicit test for +-Infinity because those will
be rejected by existing range checks. I added a regression test for
that in HEAD, but not older branches because the spelling of the value
in the error message will be platform-dependent in branches where we
don't always use port/snprintf.c.
Discussion: https://postgr.es/m/1798.1552165479@sss.pgh.pa.us
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpython.c')
0 files changed, 0 insertions, 0 deletions