Re: Doubts about EvalPlanQual

Поиск
Список
Период
Сортировка
От Jacky Leng
Тема Re: Doubts about EvalPlanQual
Дата
Msg-id gnjcl7$14od$1@news.hub.org
обсуждение исходный текст
Ответ на Doubts about EvalPlanQual  ("Jacky Leng" <lengjianquan@163.com>)
Ответы Re: Doubts about EvalPlanQual
Список pgsql-hackers
> Tuples with an aborted xmin can be vacuumed right away. When we're
> following the update chain in EvalPlanQual, it's possible that the updater 
> has aborted, the updated dead tuple is vacuumed away, and the slot is 
> reused for another unrelated tuple.

But if the updater aborted, how can EvalPlanQual be called?
In this situation (updater aborted), EvalPlanQual's caller (such as 
ExecUpdate and ExecDelete)
should get "HeapTupleMayBeUpdated", rather than "HeapTupleUpdated".

Am I right?





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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Doubts about EvalPlanQual
Следующее
От: Max
Дата:
Сообщение: PostgreSQL Translation - PL/pgSQL current