Re: 8.4b2 tsearch2 strange error - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: 8.4b2 tsearch2 strange error
Date
Msg-id 20090604.102720.102666893.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: 8.4b2 tsearch2 strange error  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 8.4b2 tsearch2 strange error  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
> I found the cause of this one --- the new code for estimating the
> selectivity of @@ was not guarding against the possibility that the
> given TSQuery is empty, as it is in this example.

Shouldn't be this in regression test?

> I'm still unable to reproduce the "tuple offset out of range" errors.

Maybe this is due to the difference how the index is physically
organized. I will uplaod physical database cluster.
--
Tatsuo Ishii
SRA OSS, Inc. Japan


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Plan time Improvement - 64bit bitmapset
Next
From: Sergey Burladyan
Date:
Subject: Re: Improving the ngettext() patch