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

From: ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker )
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: 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-08 16:23:51
Message-ID: 87bl7cixk8.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Gustafsson <daniel(at)yesql(dot)se> writes:

>> On 7 Jul 2021, at 21:12, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> wrote:
>
>> Here's a patch to convert the remaining ones.
>
> I haven't tested it yet, but +1 on the idea of cleaning these up making the
> codebase consistent.

FWIW, it passes `make check-world` on an assert- and TAP-enabled Linux build.

- ilmari

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Seino Yuki 2021-07-08 16:39:54 Add statistics refresh materialized view
Previous Message Robert Haas 2021-07-08 15:56:10 Re: refactoring basebackup.c