Opened 3 months ago
Closed 3 months ago
#5784 closed patch (fixed)
Export circ_tree_distance_tree_internal and use memset instead of bzero
Reported by: | mschoema | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.6.0 |
Component: | liblwgeom | Version: | master |
Keywords: | Cc: | mschoema |
Description
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.
Attachments (1)
Change History (5)
by , 3 months ago
Attachment: | 0001-export_circ_tree_dist.patch added |
---|
follow-up: 2 comment:1 by , 3 months ago
comment:2 by , 3 months ago
Replying to mschoema:
This is my first ticket, so I don't know the correct procedure for this.
I have pushed a commit with the changes to my fork. Let me know if I should open a PR.https://git.osgeo.org/gitea/mschoema/postgis/commit/958f7e47ffc9108adda7b91938412787b1ce7020
Much appreciated, yes open a PR would be great so we can all review and comment and our ci bot can check.
comment:3 by , 3 months ago
Owner: | changed from | to
---|
This is my first ticket, so I don't know the correct procedure for this.
I have pushed a commit with the changes to my fork. Let me know if I should open a PR.
https://git.osgeo.org/gitea/mschoema/postgis/commit/958f7e47ffc9108adda7b91938412787b1ce7020