Re: Thread-safe stringToNode() / pg_strtok() - Mailing list pgsql-hackers

From Matthias van de Meent
Subject Re: Thread-safe stringToNode() / pg_strtok()
Date
Msg-id CAEze2WhRQq15AKUdosxDF2k=HNgdu9sF5jJcuQxVfKh4dkoDaA@mail.gmail.com
Whole thread
In response to Re: Thread-safe stringToNode() / pg_strtok()  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Mon, 24 Aug 2026 at 05:22, Michael Paquier <michael@paquier.xyz> wrote:
>
> On Sun, Aug 23, 2026 at 06:38:58AM +0900, Michael Paquier wrote:
> >>  * nodes/extensible.h now includes nodes/readfuncs.h
> >>     I revised my opinion on this: I noticed my compiler complained
> >> about the plain "struct ReadNodeContext *ctx" argument if I didn't put
> >> a "struct ReadNodeContext;" declaration at the top level of the file,
> >> which (when combined with relevant comments) would add more verbose
> >> clutter than the alternative of including nodes/readfuncs.h.
>
> 89d091f602fa and 9673a0aa92f4 are now applied, for both changes.
>
> Thanks for this work, Matthias.

Thanks for all the feedback and committing, Michael!


Kind regards,

Matthias van de Meent
Databricks (https://www.databricks.com)



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication
Next
From: Ashutosh Bapat
Date:
Subject: Re: doc: Reformat SELECT queries using GRAPH_TABLE