Re: Explain buffers wrong counter with parallel plans

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Explain buffers wrong counter with parallel plans
Дата
Msg-id 25683.1533136820@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Explain buffers wrong counter with parallel plans  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Looking at it, this sounds suspiciously something where we could just
> test EXEC_FLAG_BACKWARD, based on the comments for that flag, but I
> wouldn't be willing to bet very much on me being right about that.
> Can somebody try to fetch backward even if this flag wasn't provided?

They're not supposed to, and it would be a bug of theirs not yours
if they did.  Other node types that rely on eflags being provided
honestly generally just Assert that they're not asked for something
else later.

            regards, tom lane


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

Предыдущее
От: Cynthia Shang
Дата:
Сообщение: Re: Allow COPY's 'text' format to output a header
Следующее
От: Marco van Eck
Дата:
Сообщение: Re: Have an encrypted pgpass file