Replace lfirst() with lfirst_node() and linitial() with linitial_node() appropriately in planner.c

Edit
Title Replace lfirst() with lfirst_node() and linitial() with linitial_node() appropriately in planner.c
Topic Refactoring
Created 2017-07-14 04:49:48
Last modified 2017-09-05 21:39:25 (6 years, 7 months ago)
Latest email 2017-09-06 09:07:29 (6 years, 7 months ago)
Status
2017-09: Committed
Target version
Authors Jeevan Chalke (jeevan.chalke), Ashutosh Bapat (ashutoshbapat)
Reviewers Jeevan Chalke (jeevan.chalke), Ashutosh Bapat (ashutoshbapat)Become reviewer
Committer Tom Lane (tgl)
Links
Emails
Replacing lfirst() with lfirst_node() appropriately in planner.c
First at 2017-07-13 05:27:42 by Ashutosh Bapat <ashutosh.bapat at enterprisedb.com>
Latest at 2017-09-06 09:07:29 by Alvaro Herrera <alvherre at alvh.no-ip.org>
Latest attachment (0001-Use-lfirst_node-instead-of-lfirst-wherever-suitable-_v2.patch) at 2017-09-05 11:57:20 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com>
    Attachment (0001-Use-lfirst_node-instead-of-lfirst-wherever-suitable-_v2.patch) at 2017-09-05 11:57:20 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: Yes)
    Attachment (pg_linitial_node_planner_c.patch) at 2017-09-05 10:32:57 from Jeevan Chalke <jeevan.chalke at enterprisedb.com> (Patch: Yes)
    Attachment (pg_lfirst_node_planner_c.patch) at 2017-07-13 05:27:42 from Ashutosh Bapat <ashutosh.bapat at enterprisedb.com> (Patch: Yes)
pgsql: Use lfirst_node() and linitial_node() where appropriate in plann
First at 2017-09-05 19:57:54 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2017-09-05 19:57:54 by Tom Lane <tgl at sss.pgh.pa.us>

Annotations

When Who Mail Annotation
2017-09-05 21:39:25 Daniel Gustafsson (d_gustafsson) From Tom Lane <tgl@sss.pgh.pa.us>
at 2017-09-05 19:57:54
Commit message
History
When Who What
2017-09-05 21:39:25 Daniel Gustafsson (d_gustafsson) Added annotation "Commit message" to E1dpJys-00026T-KE@gemulon.postgresql.org
2017-09-05 21:39:10 Daniel Gustafsson (d_gustafsson) Attached mail thread E1dpJys-00026T-KE@gemulon.postgresql.org
2017-09-05 20:02:36 Tom Lane (tgl) Closed in commitfest 2017-09 with status: Committed
2017-09-05 19:35:41 Tom Lane (tgl) Added tgl as committer
2017-09-05 11:58:51 Ashutosh Bapat (ashutoshbapat) New status: Ready for Committer
2017-09-05 10:39:58 Jeevan Chalke (jeevan.chalke) Changed authors to Jeevan Chalke (jeevan.chalke), Ashutosh Bapat (ashutoshbapat)
2017-09-05 10:39:58 Jeevan Chalke (jeevan.chalke) Changed name to Replace lfirst() with lfirst_node() and linitial() with linitial_node() appropriately in planner.c
2017-09-05 10:39:58 Jeevan Chalke (jeevan.chalke) Changed reviewers to Jeevan Chalke (jeevan.chalke), Ashutosh Bapat (ashutoshbapat)
2017-08-23 11:32:27 Jeevan Chalke (jeevan.chalke) Added jeevan.chalke as reviewer
2017-07-14 04:50:18 Ashutosh Bapat (ashutoshbapat) Changed authors to Ashutosh Bapat (ashutoshbapat)
2017-07-14 04:49:48 Ashutosh Bapat (ashutoshbapat) Attached mail thread CAFjFpRcNr3r=u0ni=7A4GD9NnHQVq+dkFafzqo2rS6zy=dt1eg@mail.gmail.com
2017-07-14 04:49:48 Ashutosh Bapat (ashutoshbapat) Created patch record
Edit