]> granicus.if.org Git - postgresql/commit
Make selectivity routines cope gracefully with NaNs, infinities, and
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Oct 2001 23:32:34 +0000 (23:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Oct 2001 23:32:34 +0000 (23:32 +0000)
commite482dcb0a438dfa1fcb2cb792730c00db337a834
tree6474f00c50a7ccd98906635bd4ceabe8a5f909ab
parentd1c6983899df5b154c203c6f1ddf56914c0bbb30
Make selectivity routines cope gracefully with NaNs, infinities, and
NUMERIC values that are out of the range of 'double'.  Per trouble
report from Mike Quinn.
src/backend/utils/adt/numeric.c
src/backend/utils/adt/selfuncs.c
src/include/utils/builtins.h