Re: failed to fetch tuple for EvalPlanQual recheck - Mailing list pgsql-bugs

From Tom Lane
Subject Re: failed to fetch tuple for EvalPlanQual recheck
Date
Msg-id 17533.1280271131@sss.pgh.pa.us
Whole thread Raw
In response to Re: failed to fetch tuple for EvalPlanQual recheck  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-bugs
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Excerpts from Andres Freund's message of mar jul 27 17:20:37 -0400 2010:
>> I guess youve compiled with --enable-cassert and Kenchiro-san has not?

> Eh, of course.  I'm just pointing out that this is a serious bug :-)
> I spent some time looking at the code, but the EvalPlanQual stuff is
> over my head.  I imagine this is somehow related to the ItemIdSetInvalid
> call in ExecLockRows line 97 ('cause that has to do with inheritance
> too), but I can't tell.

It's probably my fault --- all that code got rewritten in preparation
for refactoring ModifyTable out of execMain.c.  Will look at it soon.

            regards, tom lane

pgsql-bugs by date:

Previous
From: valgog
Date:
Subject: Re: BUG #5574: PANIC on hot-standby: heap_update_redo
Next
From: Robert Haas
Date:
Subject: Re: BUG #5543: Poor performance - Index scan backwards not used for order by desc with partitioned tables