Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node() - Mailing list pgsql-hackers

From ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Subject Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()
Date
Msg-id 87zgunhlu7.fsf@wibble.ilmari.org
Whole thread Raw
In response to Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Responses Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
ilmari@ilmari.org (Dagfinn Ilmari Mannsåker) writes:

> Hi hackers,
>
> We've had node-casting versions of the list extraction macros since
> 2017, but several cases of the written-out version have been added since
> then (even by Tom, who added the l*_node() macros).
>
> Here's a patch to convert the remaining ones.  The macros were
> back-patched to all supported branches, so this won't create any
> new back-patching hazards.

Added to the 2021-09 commit fest: https://commitfest.postgresql.org/34/3253/

- ilmari



pgsql-hackers by date:

Previous
From: Ronan Dunklau
Date:
Subject: Re: [PATCH] Use optimized single-datum tuplesort in ExecSort
Next
From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Date:
Subject: Re: Tab completion for CREATE SCHEMAAUTHORIZATION