Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c
Date
Msg-id CAFjFpRdpu5_c6YWhF2NfHyy2qYH9gsd_Yy_RkQ2LodsJ69_DgQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately inplanner.c  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c
List 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 by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] PgFDW connection invalidation by ALTER SERVER/ALTERUSER MAPPING
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Authentication mechanisms categorization