[COMMITTERS] pgsql: Use lfirst_node() and linitial_node() where appropriate inplann - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Use lfirst_node() and linitial_node() where appropriate inplann
Date
Msg-id E1dpJys-00026T-KE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use lfirst_node() and linitial_node() where appropriate in planner.c.

There's no particular reason to target this module for the first
wholesale application of these macros; but we gotta start somewhere.

Ashutosh Bapat and Jeevan Chalke

Discussion: https://postgr.es/m/CAFjFpRcNr3r=u0ni=7A4GD9NnHQVq+dkFafzqo2rS6zy=dt1eg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6e427aa4e5f3ad79a79b463c470daf93fa15767b

Modified Files
--------------
src/backend/optimizer/plan/planner.c | 122 +++++++++++++++++------------------
1 file changed, 61 insertions(+), 61 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Remove endof macro
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix psql's --help=commands output line count.