Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys
Дата
Msg-id d8ddcad1-b7af-5ef8-e087-f6d6b204d0b7@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys  (James Coleman <jtc331@gmail.com>)
Ответы Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers
Hi,

I reviewed the patch series, tweaked a couple comments, added commit
messages etc. Barring objections, I'll push this in a couple days.

One thing that annoys me is that it breaks ABI because it adds two new
parameters to find_em_expr_usable_for_sorting_rel, but I don't think we
can get around that. We could assume require_parallel_safe=true, but we
still need to pass the PlannerInfo pointer.


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Proposed patch for key managment
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: enable_incremental_sort changes query behavior