From 8416b910c4f1455c90c561d823b07c2a3aa385ad Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 28 Oct 2004 09:38:44 +0000 Subject: [PATCH] Cleanups. git-svn-id: http://svn.osgeo.org/postgis/trunk@1061 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom_functions_basic.c | 1 - lwgeom/lwpostgis.sql.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lwgeom/lwgeom_functions_basic.c b/lwgeom/lwgeom_functions_basic.c index b45eb8624..2059b6a2e 100644 --- a/lwgeom/lwgeom_functions_basic.c +++ b/lwgeom/lwgeom_functions_basic.c @@ -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); diff --git a/lwgeom/lwpostgis.sql.in b/lwgeom/lwpostgis.sql.in index ad23cdba7..ee48d8e05 100644 --- a/lwgeom/lwpostgis.sql.in +++ b/lwgeom/lwpostgis.sql.in @@ -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); -- 2.40.0