]> granicus.if.org Git - postgis/commitdiff
Cleanups.
authorSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 09:38:44 +0000 (09:38 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 09:38:44 +0000 (09:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1061 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_functions_basic.c
lwgeom/lwpostgis.sql.in

index b45eb862499c605ed7afb9e12707345a151d498d..2059b6a2e49aff4f91b2be9bc7557b20bf1a4e2f 100644 (file)
@@ -39,7 +39,6 @@ Datum LWGEOM_maxdistance2d_linestring(PG_FUNCTION_ARGS);
 Datum LWGEOM_translate(PG_FUNCTION_ARGS);
 Datum LWGEOM_inside_circle_point(PG_FUNCTION_ARGS);
 Datum LWGEOM_collect(PG_FUNCTION_ARGS);
-Datum LWGEOM_collector(PG_FUNCTION_ARGS);
 Datum LWGEOM_accum(PG_FUNCTION_ARGS);
 Datum LWGEOM_collect_garray(PG_FUNCTION_ARGS);
 Datum LWGEOM_expand(PG_FUNCTION_ARGS);
index ad23cdba755e2bc3246c388dfa55065d85bdbf24..ee48d8e0511a8fa49a7cb4941cdd3afbd52bbd0a 100644 (file)
@@ -1697,7 +1697,7 @@ CREATEFUNCTION LineFromMultiPoint(geometry)
        AS '@MODULE_FILENAME@', 'LWGEOM_line_from_mpoint'
        LANGUAGE 'C' WITH (iscachable,isstrict);
 
-CREATEFUNCTION makeline(geometry, geometry)
+CREATEFUNCTION MakeLine(geometry, geometry)
        RETURNS geometry
        AS '@MODULE_FILENAME@', 'LWGEOM_makeline'
        LANGUAGE 'C' WITH (iscachable,isstrict);