Re: automatically generating node support functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: automatically generating node support functions
Date
Msg-id 31d17e34-afc7-b9fc-c14a-725547ce24ed@enterprisedb.com
Whole thread Raw
In response to Re: automatically generating node support functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 19.04.22 16:39, Tom Lane wrote:
> Maybe we should fix JsonPathSpec to be less creative while we
> still can?  It's not real clear to me why that typedef even exists,
> rather than using a String node, or just a plain char * field.

Yeah, let's get rid of it and use char *.

I see in JsonCommon a pathspec is converted to a String node, so it's 
not like JsonPathSpec is some kind of universal representation of the 
thing anyway.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: automatically generating node support functions
Next
From: Tom Lane
Date:
Subject: Re: error handling in pqRowProcessor broken