]> granicus.if.org Git - postgresql/commit
Use lfirst_node() and linitial_node() where appropriate in planner.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Sep 2017 19:57:48 +0000 (15:57 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Sep 2017 19:57:48 +0000 (15:57 -0400)
commit6e427aa4e5f3ad79a79b463c470daf93fa15767b
treebc8165726b2ff61ccd3e3feff15591fceb08b4e5
parent153a49bb331005bf70b1e76e69fe28f1c417cc91
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
src/backend/optimizer/plan/planner.c