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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Maxim Boguk <maxim(dot)boguk(at)gmail(dot)com>
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan
Date: 2014-03-27 11:41:03
Message-ID: 30899.1395920463@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Maxim Boguk <maxim(dot)boguk(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Boguk 2014-03-27 12:27:33 Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan
Previous Message Maxim Boguk 2014-03-27 11:32:03 Re: BUG #9741: Mininal case for the BUG #9735: Error: "ERROR: tuple offset out of range: 0" during bitmap scan