Re: BUG #17117: FailedAssertion at planner.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17117: FailedAssertion at planner.c
Дата
Msg-id 781665.1626965418@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #17117: FailedAssertion at planner.c  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-bugs
David Rowley <dgrowleyml@gmail.com> writes:
>  On Fri, 23 Jul 2021 at 00:28, David Rowley <dgrowleyml@gmail.com> wrote:
>> I'm unsure if parse->hasModifyingCTE is not being set properly and
>> that's causing PlannerGlobal.parallelModeOK to be set incorrectly in
>> standard_planner or if we should just be never setting anything to
>> parallelModeOK that's not parse->querySource == QSRC_ORIGINAL.

> I think the hasModifyingCTE going missing is the problem here.

I think this is a dup of the ongoing discussion at

https://www.postgresql.org/message-id/flat/CAJcOf-fAdj=nDKMsRhQzndm-O13NY4dL6xGcEvdX5Xvbbi0V7g@mail.gmail.com

The thing that's stalled that discussion is disagreement over whether
it's necessary to make a bigger change than what you have here.

            regards, tom lane



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: BUG #17117: FailedAssertion at planner.c
Следующее
От: "Andrey V. Lepikhov"
Дата:
Сообщение: Re: The case when AsyncAppend exists also in the qual of Async ForeignScan