Re: failed to fetch tuple for EvalPlanQual recheck

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kenichiro Tanaka <ketanaka(at)ashisuto(dot)co(dot)jp>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: failed to fetch tuple for EvalPlanQual recheck
Date: 2010-07-28 17:23:24
Message-ID: 18614.1280337804@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kenichiro Tanaka <ketanaka(at)ashisuto(dot)co(dot)jp> writes:
> When I tested in PostgreSQL9 beta3,I got an error.

> ==================================================
> select * from part_bug where HIRENUM=4 for update;
> failed to fetch tuple for EvalPlanQual recheck
> ==================================================

This seems to be a simple oversight in the new EvalPlanQual logic ---
one place forgot to consider the possibility of inactive child tables.
I've committed a patch. Thanks for the report!

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message y.y.chen 2010-07-29 11:40:18 BUG #5576: Boolean operation should not be Complete boolean evaluation
Previous Message depstein 2010-07-28 13:50:48 Re: pg_upgrade issues