Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e75d36563370a8a59f841d9b3e4d7a491c4476b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-08-30T05:27:29Z
Releases: 8.3.0
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 ...

Files

PathChange+/−
src/backend/utils/adt/int8.c modified +13 −9