Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#5231 closed defect (fixed)

PG15 no longer compiles against PostGIS 3.2 - 3.3 because SQL/JSON removed upstream

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.2.4
Component: postgis Version: master
Keywords: Cc:

Description

They seemed to have made further changes to PG15 beta that broke geojson again.

I thought it was my PG cleanup, but this error has been happening before that and after debbie and GHA ci had refreshed their PG15s

Looks like it's probably this commit - https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=96ef3237bf741c12390003e90a4d7115c0c854b7

Revert SQL/JSON features

The reverts the following and makes some associated cleanups:

and I was so looking forward to those changes.

Change History (9)

comment:1 by robe, 20 months ago

Milestone: PostGIS 3.3.1PostGIS 3.2.4
Summary: PG15 no longer compiles against PostGIS 3.3 and PostGIS 3.4PG15 no longer compiles against PostGIS 3.2 - 3.4

just occurred to me I had backported to PostGIS 3.2 too so that has to be fixed.

As a quick fix, I'll change all those ifdefs to PG 17, and put back if PG 16 keeps the functionality, but they had ripped out of PG16 too. So this will be a partial revert of #5123

comment:2 by robe, 20 months ago

Summary: PG15 no longer compiles against PostGIS 3.2 - 3.4PG15 no longer compiles against PostGIS 3.2 - 3.4 because SQL/JSON removed upstream

comment:3 by Regina Obe <lr@…>, 20 months ago

In ef24fcbe/git:

Fix compile against > P15, References #5231 for PostGIS 3.4.0

comment:4 by Regina Obe <lr@…>, 20 months ago

In 2d83476/git:

Missed a spot, References #5231 for PostGIS 3.4.0

comment:5 by Regina Obe <lr@…>, 20 months ago

In 70e5060/git:

PG15 compile error with geojson out. References #5231 for PostGIS 3.3.1

comment:6 by Regina Obe <lr@…>, 20 months ago

In 9921d5ce/git:

PG15 compile error with geojson out. References #5231 for PostGIS 3.2.4

comment:7 by robe, 20 months ago

Resolution: fixed
Status: assignedclosed

comment:9 by robe, 20 months ago

Summary: PG15 no longer compiles against PostGIS 3.2 - 3.4 because SQL/JSON removed upstreamPG15 no longer compiles against PostGIS 3.2 - 3.3 because SQL/JSON removed upstream
Note: See TracTickets for help on using tickets.