]> granicus.if.org Git - postgis/commitdiff
Fix prototype name
authorDaniel Baston <dbaston@gmail.com>
Mon, 12 Mar 2018 02:47:13 +0000 (02:47 +0000)
committerDaniel Baston <dbaston@gmail.com>
Mon, 12 Mar 2018 02:47:13 +0000 (02:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16456 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_functions_basic.c

index 7398d0621b93e3af7bba701b055cd7d347a31996..f385d9a277a41b10230dbdc309f8c35a984ea52d 100644 (file)
@@ -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);