From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Replacing lfirst() with lfirst_node() appropriately in planner.c |
Date: | 2017-07-13 15:45:01 |
Message-ID: | 20170713154501.hmiix4sbt7c24reo@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | David Kohn | 2017-07-13 16:05:32 | Re: Function Volatility and Views Unexpected Behavior |
Previous Message | Heikki Linnakangas | 2017-07-13 15:32:23 | Re: PostgreSQL - Weak DH group |