Re: [HACKERS] Solaris 8 regression test failure with 8.0.0beta5

2004-11-25 Thread Greg Stark
Tom Lane <[EMAIL PROTECTED]> writes: > This query would invoke the following code in int4div: > > if (arg2 == 0) > ereport(ERROR, > (errcode(ERRCODE_DIVISION_BY_ZERO), > errmsg("division by zero"))); > > result = arg1 / arg2; > > I suggest direc

Re: [HACKERS] Solaris 8 regression test failure with 8.0.0beta5

2004-11-24 Thread Tom Lane
Kenneth Marshall <[EMAIL PROTECTED]> writes: > Here are the diffs for the regression test failures on Solaris 8. > The tests work fine on Redhat9 and Redhat Enterprise Linux 3. ... and most other platforms ... > select 1/0; > ! ERROR: floating-point exception > ! DETAIL: An invalid floating-p

[HACKERS] Solaris 8 regression test failure with 8.0.0beta5

2004-11-24 Thread Kenneth Marshall
Here are the diffs for the regression test failures on Solaris 8. The tests work fine on Redhat9 and Redhat Enterprise Linux 3. Ken Marshall *** ./expected/errors.out Sat Mar 13 22:25:17 2004 --- ./results/errors.outTue Nov 23 14:09:45 2004 *** *** 297,303 -- Chec