Re: PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)

From: Christoph Berg <myon(at)debian(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org, PostGIS Development Discussion <postgis-devel(at)lists(dot)osgeo(dot)org>
Subject: Re: PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)
Date: 2022-09-07 09:07:35
Message-ID: YxhfV8+VuOPDNlOP@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Justin Pryzby 2022-09-07 09:11:09 Re: [postgis-devel] PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)
Previous Message Christoph Berg 2022-09-07 09:01:22 PostGIS and json_categorize_type (Re: pgsql: Revert SQL/JSON features)

Browse pgsql-hackers by date

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