Detect overflow in integer arithmetic operators (integer, smallint, and

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

Commit: 4171bb869f234281a13bb862d3b1e577bf336242
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-04T14:42:48Z
Releases: 8.0.0
Detect overflow in integer arithmetic operators (integer, smallint, and
bigint variants).  Clean up some inconsistencies in error message wording.
Fix scanint8 to allow trailing whitespace in INT64_MIN case.  Update
int8-exp-three-digits.out, which seems to have been ignored by the last
couple of people to modify the int8 regression test, and remove
int8-exp-three-digits-win32.out which is thereby exposed as redundant.

Files