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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately inplanner.c
Дата
Msg-id 20170713154501.hmiix4sbt7c24reo@alvherre.pgsql
обсуждение исходный текст
Ответ на [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Ответы Re: [HACKERS] Replacing lfirst() with lfirst_node() appropriately in planner.c  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список 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



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [HACKERS] PostgreSQL - Weak DH group
Следующее
От: David Kohn
Дата:
Сообщение: Re: [HACKERS] Function Volatility and Views Unexpected Behavior