Re: Use outerPlanState() consistently in executor code

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Use outerPlanState() consistently in executor code
Дата
Msg-id CAJjS0u1VcA7KkKcyZcL3bJPo-4UVpLg2z=oW+c2sOCmcEUqeYw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Use outerPlanState() consistently in executor code  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Use outerPlanState() consistently in executor code  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Thu, Apr 30, 2015 at 5:04 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> I think I'd have done many of these as
>
> +       PlanState       *outerPlan = outerPlanState(node);
>
> rather than finding assorted random places to initialize the variables.
>

Agreed. Attached patch is revision along this line. Except for a few
that delayed assignments  does not look a random kludge, I moved most
of others together with the declaration.

Regards,
Qingqing

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: feature freeze and beta schedule
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pg_dump: CREATE TABLE + CREATE RULE vs. relreplident