Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Aug 2007 05:27:29 +0000 (05:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Aug 2007 05:27:29 +0000 (05:27 +0000)
commite75d36563370a8a59f841d9b3e4d7a491c4476b3
treeda4b2987905d896428f909005c037a6368c053fa
parentc9bfabe24d9b94975006d32031d9efab82901a31
Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED
case, per Florian Pflug.
Not back-patched since it's unclear that anyone but me still cares ...
src/backend/utils/adt/int8.c