]> granicus.if.org Git - postgresql/commit
Revise overflow test in int84() to avoid codegen bug in some older
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2001 01:33:44 +0000 (01:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2001 01:33:44 +0000 (01:33 +0000)
commit0fc7779d2e0656c345227ac323af4d6a8af8aceb
tree2335622e4b0cb2978694f7660e21cc078b237bac
parentde77c555159b2dba94b1db99aad8c25ccfa84632
Revise overflow test in int84() to avoid codegen bug in some older
versions of gcc.  We don't really need to explicitly test the limits
anyway, just reverse-convert and see if we get the same answer.
src/backend/utils/adt/int8.c