Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan
Date
Msg-id 30899.1395920463@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan  (Maxim Boguk <maxim.boguk@gmail.com>)
Responses Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan  (Maxim Boguk <maxim.boguk@gmail.com>)
List pgsql-bugs
Maxim Boguk <maxim.boguk@gmail.com> writes:
> select * from bt_page_items('transactions_pkey', 88472) where itemoffset in
> (93,94);
>  itemoffset |    ctid     | itemlen | nulls | vars |          data
> ------------+-------------+---------+-------+------+-------------------------
>          93 | (2413168,1) |      16 | f     | f    | 7c c2 2c 03 00 00 00 00
>          94 | (2337931,0) |      16 | f     | f    | 7c c2 2c 03 00 00 00 00

This is sort of what I expected.  Surely reindexing the index will get
rid of that bogus entry?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Maxim Boguk
Date:
Subject: Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan
Next
From: Maxim Boguk
Date:
Subject: Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan