]> granicus.if.org Git - postgresql/commit
Cleanups for int8: guard against null inputs in comparison
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Aug 1999 03:06:58 +0000 (03:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Aug 1999 03:06:58 +0000 (03:06 +0000)
commit5588c559e6e21fae6ba1f162616f4fb4f680fb31
treec40f5289cef3fbb48d6cb6001fc27745c89b32fe
parentd91baea0255253f9646179c688eb47c429fe57a7
Cleanups for int8: guard against null inputs in comparison
operators (and some other places), fix rangechecks in int8 to int4
conversion (same problem we recently figured out in pg_atoi).
src/backend/utils/adt/int8.c