[PostGIS] #5784: Export circ_tree_distance_tree_internal and use memset instead of bzero
PostGIS
trac at osgeo.org
Fri Sep 27 09:48:15 PDT 2024
#5784: Export circ_tree_distance_tree_internal and use memset instead of bzero
-----------------------+---------------------------
Reporter: mschoema | Owner: strk
Type: patch | Status: new
Priority: medium | Milestone: PostGIS 3.6.0
Component: liblwgeom | Version: master
Keywords: |
-----------------------+---------------------------
In MobilityDB we embed liblwgeom to efficiently process PostGIS types.
To update liblwgeom versions, we currently manually copy the files from
PostGIS and then apply a few code changes that are required to compile it
with MobilityDB. To simplify this process of updating liblwgeom versions,
it would help if we coud simply copy the files without having to modify
them after. This patch contains the manual changes that were necessary
when updating from 3.4 to 3.5.
This patch exports the circ_tree_distance_tree_internal function that we
are also interested in using and replaces a deprecate pzero call with a
memset.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5784>
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