]> granicus.if.org Git - postgis/commitdiff
Added stub for linemerge()
authorSandro Santilli <strk@keybit.net>
Mon, 26 Sep 2005 12:07:48 +0000 (12:07 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 26 Sep 2005 12:07:48 +0000 (12:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1933 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_nojts.c

index 8a6aa7101d4e451aca348c5bf7bdf851884228a3..9111687e075054240df5ed4f566a366a39ea697c 100644 (file)
@@ -205,6 +205,14 @@ Datum polygonize_garray(PG_FUNCTION_ARGS)
        PG_RETURN_NULL(); // never get here
 }
 
+Datum linemerge(PG_FUNCTION_ARGS);
+PG_FUNCTION_INFO_V1(linemerge);
+Datum linemerge(PG_FUNCTION_ARGS)
+{
+       elog(ERROR,"linemerge:: operation not implemented - compile PostGIS with JTS or GEOS support");
+       PG_RETURN_NULL(); // never get here
+}
+
 Datum JTSnoop(PG_FUNCTION_ARGS);
 PG_FUNCTION_INFO_V1(JTSnoop);
 Datum JTSnoop(PG_FUNCTION_ARGS)