Peter Eisentraut <peter_e@gmx.net> writes:
> Justin Clift writes:
>> In the regression test side of things, Solaris 8 INTEL seems be having
>> troubles with handling int8 types. Not sure if this is a known
>> problem. The int8 tests failed with error messages like :
>>
>> INSERT INTO INT8_TBL VALUES('123','4567890123456789');
>> + ERROR: int8 value out of range: "4567890123456789"
> Ugh. Did configure detect a working 64 bit integer?
IIRC, someone else reported a few days ago that the int8 tests failed on
their platform if and only if openssl was linked in. Not sure what
openssl could be doing to screw up long long int arithmetic, but that
was the report.
regards, tom lane