Re: Why does create_gather_merge_plan need make_sort?

Поиск
Список
Период
Сортировка
От James Coleman
Тема Re: Why does create_gather_merge_plan need make_sort?
Дата
Msg-id CAAaqYe_2KtTJaQ_7o6kjJFzmNu=hGTRPzV3BsZrNgGWg1vU0xA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why does create_gather_merge_plan need make_sort?  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Ответы Re: Why does create_gather_merge_plan need make_sort?  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers
On Sun, Nov 29, 2020 at 4:10 PM Tomas Vondra
<tomas.vondra@enterprisedb.com> wrote:
>
>
>
> On 11/29/20 3:44 PM, James Coleman wrote:
> > On Mon, Nov 23, 2020 at 8:19 AM James Coleman <jtc331@gmail.com> wrote:
> >>
> >> ..
> >>
> >> So I'm +1 on turning it into an ERROR log instead, since it seems to
> >> me that encountering this case would almost certainly represent a bug
> >> in path generation.
> >
> > Here's a patch to do that.
> >
>
> Thanks. Isn't the comment incomplete? Should it mention just parallel
> safety or also volatility?

Volatility makes it parallel unsafe, and I'm not sure I want to get
into listing every possible issue here, but in the interest of making
it more obviously representative of the kinds of issues we might
encounter, I've tweaked it to mention volatility also, as well as
refer to the issues as "examples" of such concerns.

James

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: remove spurious CREATE INDEX CONCURRENTLY wait
Следующее
От: "tsunakawa.takay@fujitsu.com"
Дата:
Сообщение: RE: Disable WAL logging to speed up data loading