]> granicus.if.org Git - postgis/commitdiff
Make Postgis_Noop call unambiguous to not fail with raster enabled
authorSandro Santilli <strk@keybit.net>
Mon, 4 May 2015 09:57:05 +0000 (09:57 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 4 May 2015 09:57:05 +0000 (09:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13474 b70326c6-7e19-0410-871a-916f4a2858ee

regress/lwgeom_regress.sql

index 00c0465a9afbedfc6c663fdc079d7777f5e71602..d299c8b4c16dc7e7b53c8529ee68ab4c0fa60553 100644 (file)
@@ -105,7 +105,7 @@ DROP TABLE test_data;
 
 SELECT '#3069', ST_Summary(PostGIS_Noop('SRID=4326;POINT(1 1)'::geometry));
 SELECT '#3069', ST_Summary(PostGIS_Noop('SRID=4326;LINESTRING(1 1,0 0)'::geometry));
-SELECT '#3069', replace(ST_Summary(PostGIS_Noop('SRID=4326;MULTIPOINT(1 1)')::geometry),E'\n',' ');
+SELECT '#3069', replace(ST_Summary(PostGIS_Noop('SRID=4326;MULTIPOINT(1 1)'::geometry)),E'\n',' ');
 SELECT '#3069', replace(ST_Summary(PostGIS_Noop('SRID=4326;MULTILINESTRING((1 1,0 0))'::geometry)),E'\n',' ');
 SELECT '#3069', replace(ST_Summary(PostGIS_Noop('SRID=4326;POLYGON((0 0, 0 1, 1 1 ,1 0,0 0))'::geometry)),E'\n',' ');