OSDN Git Service

Float-to-int conversion functions should return NULL when given NULL
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Mar 2000 07:40:00 +0000 (07:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Mar 2000 07:40:00 +0000 (07:40 +0000)
commit5c63975504073f6669816ba61d5db5bb2e7068dd
tree2ae37fe3147a92fb403166e04f268dffef0ad692
parent37ab0887700090e397bcedad83ac19dfba2d3e4d
Float-to-int conversion functions should return NULL when given NULL
input, not throw a gratuitous elog().
src/backend/utils/adt/float.c