[postgis-tickets] r16456 - Fix prototype name

Daniel Baston dbaston at gmail.com
Sun Mar 11 07:47:13 PDT 2018


Author: dbaston
Date: 2018-03-11 19:47:13 -0700 (Sun, 11 Mar 2018)
New Revision: 16456

Modified:
   trunk/postgis/lwgeom_functions_basic.c
Log:
Fix prototype name

Modified: trunk/postgis/lwgeom_functions_basic.c
===================================================================
--- trunk/postgis/lwgeom_functions_basic.c	2018-03-12 02:41:56 UTC (rev 16455)
+++ trunk/postgis/lwgeom_functions_basic.c	2018-03-12 02:47:13 UTC (rev 16456)
@@ -59,7 +59,6 @@
 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_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);
 
 



More information about the postgis-tickets mailing list