[postgis-tickets] r17718 - Clear up regression issues against Pg12

Paul Ramsey pramsey at cleverelephant.ca
Thu Aug 15 10:22:43 PDT 2019


Author: pramsey
Date: 2019-08-15 10:22:43 -0700 (Thu, 15 Aug 2019)
New Revision: 17718

Modified:
   branches/2.5/raster/test/regress/bug_test_car5_expected
   branches/2.5/raster/test/regress/tickets.sql
Log:
Clear up regression issues against Pg12


Modified: branches/2.5/raster/test/regress/bug_test_car5_expected
===================================================================
--- branches/2.5/raster/test/regress/bug_test_car5_expected	2019-08-15 17:01:47 UTC (rev 17717)
+++ branches/2.5/raster/test/regress/bug_test_car5_expected	2019-08-15 17:22:43 UTC (rev 17718)
@@ -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

Modified: branches/2.5/raster/test/regress/tickets.sql
===================================================================
--- branches/2.5/raster/test/regress/tickets.sql	2019-08-15 17:01:47 UTC (rev 17717)
+++ branches/2.5/raster/test/regress/tickets.sql	2019-08-15 17:22:43 UTC (rev 17718)
@@ -23,7 +23,7 @@
  ),
  2.0,
  -2.0
- )) m
+ )) m OFFSET 0
 ) SELECT l, (m).* FROM data;
 
 /******************************************************************************
@@ -132,4 +132,4 @@
 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;



More information about the postgis-tickets mailing list