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

From Peter Eisentraut
Subject Re: automatically generating node support functions
Date
Msg-id 4c0d7a26-974d-7196-5700-0fa726289051@enterprisedb.com
Whole thread Raw
In response to Re: automatically generating node support functions  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: automatically generating node support functions  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On 19.04.22 13:40, Alvaro Herrera wrote:
> I rebased this mostly out of curiousity.  I fixed some smallish
> conflicts and fixed a typedef problem new in JSON support; however, even
> with these fixes it doesn't compile, because JsonPathSpec uses a novel
> typedef pattern that apparently will need bespoke handling in the
> gen_nodes_support.pl script.  It seemed better to post this even without
> that, though.

I have committed your change to the JsonTableColumnType enum and the 
removal of JsonPathSpec.  Other than that and some whitespace changes, I 
didn't find anything in your 0002 patch that was different from my last 
submitted patch.  Did I miss anything?



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: JSON Functions and Operators Docs for v15
Next
From: Alvaro Herrera
Date:
Subject: Re: automatically generating node support functions