]> granicus.if.org Git - postgis/commitdiff
Clear up regression issues against Pg12
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 15 Aug 2019 17:22:43 +0000 (17:22 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 15 Aug 2019 17:22:43 +0000 (17:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17718 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/bug_test_car5_expected
raster/test/regress/tickets.sql

index 5599f5954ab72e86f01ed83321b319051a33437b..2f9a429ca6920b4c1949f997312883adb6817a31 100644 (file)
@@ -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
index 39ef79195ec6f0c84fb1999865d8d845bd8ecab9..6acce6ba136f81efa242bb19c6c74661e816c426 100644 (file)
@@ -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;