Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c
Дата
Msg-id CAFjFpRdpu5_c6YWhF2NfHyy2qYH9gsd_Yy_RkQ2LodsJ69_DgQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately inplanner.c  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Список pgsql-hackers
On Thu, Jul 13, 2017 at 9:15 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Ashutosh Bapat wrote:
>
>> Happened to stumble across some instances of lfirst() which could use
>> lfirst_node() in planner.c. Here's patch which replaces calls to
>> lfirst() extracting node pointers by lfirst_node() in planner.c.
>
> Sounds good.
>
>> Are we carrying out such replacements in master or this will be
>> considered for v11?
>
> This is for pg11 definitely; please add to the open commitfest.

Thanks. Added. https://commitfest.postgresql.org/14/1195/
-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company



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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [HACKERS] PgFDW connection invalidation by ALTER SERVER/ALTERUSER MAPPING
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Authentication mechanisms categorization