Re: [BUGS] failed to fetch tuple for EvalPlanQual recheck

2010-08-02 Thread Kenichiro Tanaka
Hello. I tried the test in PostgreSQL9.0 beta4. And it never reproduces the EvalPlanQual recheck error! Thank you for all reply!! >> When I tested in PostgreSQL9 beta3,I got an error. >> > >> == >> select * from part_bug where HIRENUM=4 for

Re: [BUGS] failed to fetch tuple for EvalPlanQual recheck

2010-07-28 Thread Tom Lane
Kenichiro Tanaka 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

Re: [BUGS] failed to fetch tuple for EvalPlanQual recheck

2010-07-27 Thread Tom Lane
Alvaro Herrera 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 EvalP

Re: [BUGS] failed to fetch tuple for EvalPlanQual recheck

2010-07-27 Thread Alvaro Herrera
Excerpts from Andres Freund's message of mar jul 27 17:20:37 -0400 2010: > On Tue, Jul 27, 2010 at 04:13:56PM -0400, Alvaro Herrera wrote: > > Excerpts from Kenichiro Tanaka's message of dom jul 25 21:01:01 -0400 2010: > > > > > This is a bug report. > > > When I tested in PostgreSQL9 beta3,I got a

Re: [BUGS] failed to fetch tuple for EvalPlanQual recheck

2010-07-27 Thread Andres Freund
On Tue, Jul 27, 2010 at 04:13:56PM -0400, Alvaro Herrera wrote: > Excerpts from Kenichiro Tanaka's message of dom jul 25 21:01:01 -0400 2010: > > > This is a bug report. > > When I tested in PostgreSQL9 beta3,I got an error. > > > > == > > select * fr

Re: [BUGS] failed to fetch tuple for EvalPlanQual recheck

2010-07-27 Thread Alvaro Herrera
Excerpts from Kenichiro Tanaka's message of dom jul 25 21:01:01 -0400 2010: > This is a bug report. > When I tested in PostgreSQL9 beta3,I got an error. > > == > select * from part_bug where HIRENUM=4 for update; > failed to fetch tuple for EvalPlan

[BUGS] failed to fetch tuple for EvalPlanQual recheck

2010-07-25 Thread Kenichiro Tanaka
Hello. This is a bug report. 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 == Is this error as