[postgis-tickets] r15911 - Remove un-used function flip_coordinates

Sandro Santilli strk at kbt.io
Thu Oct 5 13:17:37 PDT 2017


On Thu, Oct 05, 2017 at 12:59:39PM -0700, Paul Ramsey wrote:
> Author: pramsey
> Date: 2017-10-05 12:59:39 -0700 (Thu, 05 Oct 2017)
> New Revision: 15911
> 
> Modified:
>    trunk/liblwgeom/cunit/cu_libgeom.c
>    trunk/liblwgeom/liblwgeom.h.in
>    trunk/liblwgeom/lwgeom.c
> Log:
> Remove un-used function flip_coordinates

[...]

> -extern LWGEOM* lwgeom_remove_repeated_points(const LWGEOM *in, double tolerance);
> +extern void lwgeom_remove_repeated_points_in_place(LWGEOM *in, double tolerance);

I thought the plan was to avoid returning void ? What if the input
geometry is invalid for any reason ?

PS: please list all changes in the commit log.

--strk;


More information about the postgis-tickets mailing list