Re: PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features) - Mailing list pgsql-hackers

From Christoph Berg
Subject Re: PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)
Date
Msg-id YxhfV8+VuOPDNlOP@msg.df7cb.de
Whole thread Raw
In response to PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)  (Christoph Berg <myon@debian.org>)
Responses Re: [postgis-devel] PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)
List pgsql-hackers
Re: To Andrew Dunstan
> The "< 17" part was added on 2022-09-03, probably because of this
> breakage.
> 
> Recompiling the (unmodified) 3.3.0 against 15beta4 seems to fix the
> problem.

Err sorry, my local build environment was still on beta3.

PostGIS 3.3.0 is broken now with 15beta4:

10:52:29 lwgeom_out_geojson.c:54:35: error: unknown type name ‘JsonTypeCategory’
10:52:29    54 |                                   JsonTypeCategory tcategory, Oid outfuncoid,
10:52:29       |                                   ^~~~~~~~~~~~~~~~
...

> So, there is probably no issue here, but I suggest this "static" might
> be considered to be removed again so PostGIS can use it.

I guess either PostgreSQL or PostGIS need to make a new release to fix that.

Christoph



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Handle infinite recursion in logical replication setup
Next
From: Justin Pryzby
Date:
Subject: Re: [postgis-devel] PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)