Re: [HACKERS] Why is get_cheapest_parallel_safe_total_inner() in pathkeys.c?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Why is get_cheapest_parallel_safe_total_inner() in pathkeys.c?
Дата
Msg-id CA+Tgmoa5cwp2hHXCKy18hZ28dWWaero99h_5PLuHGuzGVukz4g@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] Why is get_cheapest_parallel_safe_total_inner() in pathkeys.c?  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-hackers
On Fri, Apr 21, 2017 at 12:10 PM, David Rowley
<david.rowley@2ndquadrant.com> wrote:
> This probably ended up here because there's a bunch of other functions
> named get_cheapest* in that file, but all of those relate to getting a
> path for specific PathKeys. get_cheapest_parallel_safe_total_inner()
> does not do that.

Yes, I just put it near to the code from which it was derived.

> Maybe allpaths.c is a better home for it?

I will let others be the judge of that.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] pg_dump emits ALTER TABLE ONLY partitioned_table