Re: Use outerPlanState() consistently in executor code

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Use outerPlanState() consistently in executor code
Дата
Msg-id CA+TgmobeNSCoBM93JTH3zSUHnbckXC2vH7fT0h0iAAH_N0S8hA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Use outerPlanState() consistently in executor code  (Qingqing Zhou <zhouqq.postgres@gmail.com>)
Ответы Re: Use outerPlanState() consistently in executor code  (Qingqing Zhou <zhouqq.postgres@gmail.com>)
Список pgsql-hackers
On Fri, May 1, 2015 at 1:05 PM, Qingqing Zhou <zhouqq.postgres@gmail.com> wrote:
> 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.

I fixed several whitespace errors, reverted the permissions changes
you included, adjusted the remaining call site to be the way Tom wants
(and I think he's right), and committed this.

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



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Auditing extension for PostgreSQL (Take 2)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Providing catalog view to pg_hba.conf file - Patch submission