From: Daniel Baston Date: Mon, 12 Mar 2018 02:47:13 +0000 (+0000) Subject: Fix prototype name X-Git-Tag: 2.5.0alpha~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d99240af8dd18f68de6a0578613553105bb9974;p=postgis Fix prototype name git-svn-id: http://svn.osgeo.org/postgis/trunk@16456 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/lwgeom_functions_basic.c b/postgis/lwgeom_functions_basic.c index 7398d0621..f385d9a27 100644 --- a/postgis/lwgeom_functions_basic.c +++ b/postgis/lwgeom_functions_basic.c @@ -59,7 +59,6 @@ Datum LWGEOM_length2d_linestring(PG_FUNCTION_ARGS); Datum LWGEOM_length_linestring(PG_FUNCTION_ARGS); Datum LWGEOM_perimeter2d_poly(PG_FUNCTION_ARGS); Datum LWGEOM_perimeter_poly(PG_FUNCTION_ARGS); -Datum postgis_optimize_geometry(PG_FUNCTION_ARGS); Datum LWGEOM_maxdistance2d_linestring(PG_FUNCTION_ARGS); Datum LWGEOM_mindistance2d(PG_FUNCTION_ARGS); @@ -114,6 +113,7 @@ Datum ST_MakeEnvelope(PG_FUNCTION_ARGS); Datum ST_CollectionExtract(PG_FUNCTION_ARGS); Datum ST_CollectionHomogenize(PG_FUNCTION_ARGS); Datum ST_IsCollection(PG_FUNCTION_ARGS); +Datum ST_QuantizeCoordinates(PG_FUNCTION_ARGS); Datum ST_WrapX(PG_FUNCTION_ARGS);