Re: 8.4b2 tsearch2 strange error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.4b2 tsearch2 strange error
Date: 2009-06-02 13:40:33
Message-ID: 10724.1243950033@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <ishii(at)postgresql(dot)org> writes:
> I have encountered strange errors while testing PostgreSQL 8.4 beta2.

> ERROR: tuple offset out of range: 0
> (occasionally ERROR: tuple offset out of range: 459)

This is evidently coming from tbm_add_tuples, indicating that it's being
passed bogus TID values from the GIN index. We'll probably have to get
Teodor to look at it --- can you provide a self-contained test case?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-06-02 13:41:00 Re: explain analyze rows=%.0f
Previous Message Markus Wanner 2009-06-02 13:37:28 Re: PostgreSQL Developer meeting minutes up