Opened 5 months ago
Closed 5 months ago
#5753 closed defect (fixed)
PostgreSQL v17 has branched, so 7e62e02ba0 has become obsolete
Reported by: | laurenz | Owned by: | pramsey |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 3.4.3 |
Component: | postgis | Version: | 3.4.x |
Keywords: | JSON v18 | Cc: |
Description
POSTGIS_PGSQL_VERSION
is 180 now that PostgreSQL v17 has branched, so building PostGIS with PostgreSQL head fails.
We need a patch like the attached.
I briefly looked at this, and there is some code duplication with PostgreSQL (JsonTypeCategory
, datum_to_json
, …). Is the reason backward compatibility for building with older PostgreSQL versions?
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch to enable building with v18