Re: parallel append vs. simple UNION ALL

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: parallel append vs. simple UNION ALL
Дата
Msg-id CAFjFpRcvSdUpK9jcbf+F-wO2Km4h7h_57BfSvkGZXJSdDNzNKA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: parallel append vs. simple UNION ALL  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: parallel append vs. simple UNION ALL
Список pgsql-hackers
On Fri, Mar 9, 2018 at 1:28 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>
>> 0003
>> Probably we want to rename generate_union_path() as generate_union_rel() or
>> generate_union_paths() since the function doesn't return a path anymore.
>> Similarly for generate_nonunion_path().
>
> Good point.  Changed.

It looks like it was not changed in all the places. make falied. I
have fixed all the instances of these two functions in the attached
patchset (only 0003 changes). Please check.

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company

Вложения

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

Предыдущее
От: Charles Cui
Дата:
Сообщение: Re: GSOC 2018 proposal
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [HACKERS] why not parallel seq scan for slow functions