Re: [HACKERS] Exception in select IN with index

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: emkxp01(at)mtcc(dot)demon(dot)co(dot)uk, szybist(at)boxhill(dot)com
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Exception in select IN with index
Date: 1998-09-12 20:52:24
Message-ID: 199809122052.VAA26155@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas A. Szybist <szybist(at)boxhill(dot)com>
>
> In message <199809121356(dot)OAA21197(at)mtcc(dot)demon(dot)co(dot)uk>, Keith Parks writes:
> > Hi,
> >
> > Can anyone else reproduce this problem?
> > (Maybe a signal handling problem on S/Linux??)
> >
> > Using the regression database...
> >
> > Keith.
<snip>
> > regression=> create index p_age_idx on person (age);
> > CREATE
> > regression=> select * from person where age in (38,68);
> > ERROR: floating point exception! The last floating point operation either
> > exceeded legal ranges or was a divide by zero
<snip>
> >
>
> Sorry Keith, It works on my Sparc 20 running S/Linux. I'm using a cvs copy
> from sometime on Sept 10. It also works on my solaris 2.6 box (ultra 30).
>

Thanks Tom,

Panic over, I've just upgraded my kernel to 2.0.35 and that seems to have
fixed it. I remembered that there was a math emulation (or lack of)
problem in S/Linux that was fixed in the newer ones.

Thanks for the response,
Keith.

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-09-13 03:16:07 postgreSQL 6.4 patches
Previous Message Oleg Bartunov 1998-09-12 19:23:28 AbortTransaction and not in in-progress state