[PostGIS] #5767: 3.2 branch does not build against PG16: error: too few arguments to function ‘get_guc_variables’
PostGIS
trac at osgeo.org
Fri Jul 26 10:03:48 PDT 2024
#5767: 3.2 branch does not build against PG16: error: too few arguments to
function ‘get_guc_variables’
--------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.2.8
Component: build | Version: 3.2.x
Keywords: |
--------------------+---------------------------
As of commit [2aafd23999b58bd85bcc0f9cb5651404a8c72492/git]
This is what I get:
{{{
lwgeom_pg.c:521:27: error: too few arguments to function
‘get_guc_variables’
521 | (void *) get_guc_variables(),
| ^~~~~~~~~~~~~~~~~
}}}
It surprised me given #5756 talks about PG17 support for stable
branches...
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5767>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list