From: Paul Ramsey Date: Thu, 15 Aug 2019 17:22:43 +0000 (+0000) Subject: Clear up regression issues against Pg12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=637bc6b4dd701a2945694d23bded9c13e17e4e5a;p=postgis Clear up regression issues against Pg12 git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17718 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/bug_test_car5_expected b/raster/test/regress/bug_test_car5_expected index 5599f5954..2f9a429ca 100644 --- a/raster/test/regress/bug_test_car5_expected +++ b/raster/test/regress/bug_test_car5_expected @@ -1,7 +1,4 @@ BEGIN -NOTICE: SRID value -1 converted to the officially unknown SRID value 0 at character 41 -NOTICE: SRID value -1 converted to the officially unknown SRID value 0 at character 41 -NOTICE: SRID value -1 converted to the officially unknown SRID value 0 at character 41 1|5|5|8BUI|8BUI|8BUI 2|5|5|8BUI|8BUI|8BUI 3|5|5|8BUI|8BUI|8BUI diff --git a/raster/test/regress/tickets.sql b/raster/test/regress/tickets.sql index 39ef79195..6acce6ba1 100644 --- a/raster/test/regress/tickets.sql +++ b/raster/test/regress/tickets.sql @@ -23,7 +23,7 @@ WITH data AS ( SELECT '#2911' l, ST_Metadata(ST_Rescale( ), 2.0, -2.0 - )) m + )) m OFFSET 0 ) SELECT l, (m).* FROM data; /****************************************************************************** @@ -132,4 +132,4 @@ CREATE TABLE table_4308 (r raster); INSERT INTO table_4308(r) values (NULL); INSERT INTO table_4308(r) SELECT ST_AddBand(ST_MakeEmptyRaster(10, 10, 1, 1, 2, 2, 0, 0,4326), 1, '8BSI'::text, -129, NULL);; SELECT AddRasterConstraints('table_4308', 'r'); -DROP TABLE table_4308; \ No newline at end of file +DROP TABLE table_4308;