Opened 9 years ago

Closed 5 years ago

#3326 closed enhancement (wontfix)

Drop liblwgeom_internal.h use from postgis module

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.0.0
Component: liblwgeom Version: master
Keywords: Cc:

Description

This is propedeutic to giving liblwgeom his own release cycles.

Change History (7)

comment:1 by strk, 9 years ago

It currently seems to be only needed for FP comparison and a single function that might be good to expose to the public liblwgeom API:

geography_btree.c:#include "liblwgeom_internal.h"         /* For FP comparators. */
geography_measurement.c:#include "liblwgeom_internal.h"         /* For FP comparators. */
lwgeom_functions_analytic.c:#include "liblwgeom_internal.h"  /* For FP comparators. */
lwgeom_in_geohash.c:#include "liblwgeom_internal.h"/* for decode_geohash_bbox */
lwgeom_rtree.c:#include "liblwgeom_internal.h"         /* For FP comparators. */

comment:2 by robe, 8 years ago

Component: postgisliblwgeom
Owner: changed from pramsey to strk

strk you still want to do this, or punt to 2.4.0?

comment:3 by strk, 8 years ago

Punt please

comment:4 by robe, 8 years ago

Milestone: PostGIS 2.3.0PostGIS 2.4.0

comment:5 by robe, 7 years ago

Milestone: PostGIS 2.4.0PostGIS 2.5.0

comment:6 by komzpa, 6 years ago

Milestone: PostGIS 2.5.0PostGIS 3.0.0

comment:7 by Algunenano, 5 years ago

Resolution: wontfix
Status: newclosed

This no longer makes sense as any .h can be considered internal and won't be installed.

Note: See TracTickets for help on using tickets.