Use lfoo_node(...) instead of castNode(..., lfoo(...))

Edit
ID 3253
Title Use lfoo_node(...) instead of castNode(..., lfoo(...))
Topic Refactoring
Created 2021-07-15 00:20:28
Last modified 2021-07-19 06:30:05 (3 years, 4 months ago)
Latest email 2021-07-19 09:33:03 (3 years, 4 months ago)
Status
2021-09: Committed
Target version
Authors Dagfinn Ilmari Mannsåker (ilmari)
Reviewers Become reviewer
Committer Peter Eisentraut (petere)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3253
git checkout commitfest/cf/3253
Emails
Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()
First at 2021-07-07 19:12:20 by ilmari at ilmari.org (Dagfinn Ilmari Mannsåker )
Latest at 2021-07-19 09:33:03 by ilmari at ilmari.org (Dagfinn Ilmari Mannsåker )
Latest attachment (0001-Use-l-_node-family-of-functions-where-appropriate.patch) at 2021-07-07 19:12:20 from ilmari at ilmari.org (Dagfinn Ilmari Mannsåker )
    Attachment (0001-Use-l-_node-family-of-functions-where-appropriate.patch) at 2021-07-07 19:12:20 from ilmari at ilmari.org (Dagfinn Ilmari Mannsåker ) (Patch: Yes)
History
When Who What
2021-07-19 06:30:05 Peter Eisentraut (petere) Closed in commitfest 2021-09 with status: Committed
2021-07-19 06:30:05 Peter Eisentraut (petere) Changed committer to petere
2021-07-15 00:20:37 Dagfinn Ilmari Mannsåker (ilmari) Changed authors to Dagfinn Ilmari Mannsåker (ilmari)
2021-07-15 00:20:28 Dagfinn Ilmari Mannsåker (ilmari) Attached mail thread 87eecahraj.fsf@wibble.ilmari.org
2021-07-15 00:20:28 Dagfinn Ilmari Mannsåker (ilmari) Created patch record
Edit