[postgis-tickets] [PostGIS] #4747: Re: [PostGIS] #4745: Possible problem with new version 2.5.5
PostGIS
trac at osgeo.org
Mon Aug 24 09:02:05 PDT 2020
#4747: Re: [PostGIS] #4745: Possible problem with new version 2.5.5
------------------------+---------------------------
Reporter: ezimanyi | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.1.0
Component: postgis | Version: 2.5.x
Resolution: duplicate | Keywords:
------------------------+---------------------------
Comment (by ezimanyi):
Many thanks for your prompt answer but this is exactly the problem. In
order to call the CallerFInfoFunctionCallXXXX function I need to have a
hold of the fcinfo obtained for the very first external MobilityDB
function call so this should be propagated in a long chain of functions.
Wouldn't be possible to add a call
{{{
postgis_initialize_cache(fcinfo);
}}}
inside the transform(PG_FUNCTION_ARGS) function as it is done in several
other external functions such as gserialized_spgist_config_2d,
gserialized_spgist_config_3d, geom_from_gml, ST_AsGeoJsonRow?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4747#comment:4>
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