Re: ERROR: invalid restriction selectivity: 224359728.000000 - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: invalid restriction selectivity: 224359728.000000
Date
Msg-id 23514.1195801365@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERROR: invalid restriction selectivity: 224359728.000000  (xeb@mail.ru)
Responses Re: ERROR: invalid restriction selectivity: 224359728.000000  (xeb@mail.ru)
List pgsql-general
xeb@mail.ru writes:
> error message in log:
> ERROR:  invalid restriction selectivity: 0.000049

[ blink... ]  Surely it didn't really say that, because a moment's
glance at the code shows that it's impossible:

    if (result < 0.0 || result > 1.0)
        elog(ERROR, "invalid restriction selectivity: %f", result);

If it really did say that, then you have either seriously flaky hardware
or a broken compiler.  In either case, us mere database weenies can't
help much.

            regards, tom lane

pgsql-general by date:

Previous
From: Kandy Wong
Date:
Subject: Requesting for a pgadmin3-1.8.0 RPM for SL4
Next
From: Greg Smith
Date:
Subject: Re: Requesting for a pgadmin3-1.8.0 RPM for SL4