Re: failed to fetch tuple for EvalPlanQual recheck

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: failed to fetch tuple for EvalPlanQual recheck
Дата
Msg-id 18614.1280337804@sss.pgh.pa.us
обсуждение исходный текст
Ответ на failed to fetch tuple for EvalPlanQual recheck  (Kenichiro Tanaka <ketanaka@ashisuto.co.jp>)
Ответы Re: failed to fetch tuple for EvalPlanQual recheck  (Kenichiro Tanaka <ketanaka@ashisuto.co.jp>)
Список pgsql-bugs
Kenichiro Tanaka <ketanaka@ashisuto.co.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: pg_upgrade issues
Следующее
От: "y.y.chen"
Дата:
Сообщение: BUG #5576: Boolean operation should not be Complete boolean evaluation