Re: [Sender Address Forgery]Re: [HACKERS] path toward fasterpartition pruning

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: [Sender Address Forgery]Re: [HACKERS] path toward fasterpartition pruning
Дата
Msg-id ed05e7cb-bd0a-07ab-2035-6cd9780fb210@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] path toward faster partition pruning  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-hackers
Hi David.

On 2017/12/13 18:48, David Rowley wrote:
> On 12 December 2017 at 22:13, Amit Langote
> <Langote_Amit_f8@lab.ntt.co.jp> wrote:
>> Attached updated patches.
> 
> Thanks for sending the updated patches.
> 
> I don't have a complete review at the moment, but the following code
> in set_append_rel_pathlist() should be removed.
> 
> /* append_rel_list contains all append rels; ignore others */
> if (appinfo->parent_relid != parentRTindex)
> continue;

Will fix that right away, thanks.

Thanks,
Amit



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Parallel Hash take II
Следующее
От: Thomas Munro
Дата:
Сообщение: access/parallel.h lacks PGDLLIMPORT