]> granicus.if.org Git - postgis/commitdiff
Fix errorneous ticket number.
authorDarafei Praliaskouski <me@komzpa.net>
Tue, 20 Feb 2018 17:55:38 +0000 (17:55 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Tue, 20 Feb 2018 17:55:38 +0000 (17:55 +0000)
References #2985

git-svn-id: http://svn.osgeo.org/postgis/trunk@16391 b70326c6-7e19-0410-871a-916f4a2858ee

regress/tickets.sql
regress/tickets_expected

index f853be61855fac15382cdf40172bd83f7d077c4a..db0d3b238de595b08f7169ae42e696bddfd9abf4 100644 (file)
@@ -867,11 +867,11 @@ SELECT '#2870', ST_Summary('Point(151.215289 -33.856885)'::geometry::bytea::geog
 
 SELECT '#2956', st_astwkb(null,0) is null;
 
--- #2965 --
+-- #2985 --
 CREATE TABLE test_analyze_crash (a integer not null, g geometry);
 INSERT INTO test_analyze_crash values (1, '0102000020E6100000010000006D1092A47FF33440AD4ECD9B00334A40');
 ANALYZE test_analyze_crash;
-SELECT '#2965', ST_AsText(g) FROM test_analyze_crash;
+SELECT '#2985', ST_AsText(g) FROM test_analyze_crash;
 DROP TABLE test_analyze_crash;
 
 -- #2996 --
index 89232d7d2ae7fa9eb8537d18a9749202703a1dc5..9d7d40b10c5295abd1af6cfbfa8d1ba2bd7eb59f 100644 (file)
@@ -269,7 +269,7 @@ ERROR:  invalid GML representation
 #2788|f|Self-intersection|POINT(1 1)
 #2870|Point[GS]
 #2956|t
-#2965|LINESTRING(20.9511664253809 52.3984560730436)
+#2985|LINESTRING(20.9511664253809 52.3984560730436)
 #2996|t
 #3119a|121
 #3119b|291