Re: [HACKERS] path toward faster partition pruning

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: [HACKERS] path toward faster partition pruning
Дата
Msg-id CAKJS1f-97xD+Yigp0i=L-y_Y-sSb+0+C_5zy8e8qRXRdH3PsAA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] path toward faster partition pruning  (Jesper Pedersen <jesper.pedersen@redhat.com>)
Список pgsql-hackers
On 14 March 2018 at 06:54, Jesper Pedersen <jesper.pedersen@redhat.com> wrote:
>     * "Add more expression types..." -- Are you planning to add more of
> these ? Otherwise change the comment

Run-time pruning will deal with Param types here. The comment there
might be just to remind us all that the function must remain generic
enough so we can support more node types later. I don't particularly
need the comment for that patch, and I'm not quite sure if I should be
removing it in that patch. My imagination is not stretching far enough
today to think what we could use beyond Const and Param.

I don't feel strongly about the comment either way. This is just to
let you know that there are more up and coming things to do in that
spot.


-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: "Hongyuan Ma"
Дата:
Сообщение: Re:Re: Re: [GSOC 18] Performance Farm Project——Initialization Project
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: planner bug regarding lateral and subquery?