Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()

From: ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker )
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()
Date: 2021-07-15 11:12:48
Message-ID: 87zgunhlu7.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ilmari(at)ilmari(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dagfinn Ilmari Mannsåker 2021-07-15 11:13:46 Re: Tab completion for CREATE SCHEMAAUTHORIZATION
Previous Message Ronan Dunklau 2021-07-15 10:18:22 Re: [PATCH] Use optimized single-datum tuplesort in ExecSort