[postgis-tickets] r16391 - Fix errorneous ticket number.
Darafei
komzpa at gmail.com
Tue Feb 20 09:55:39 PST 2018
Author: komzpa
Date: 2018-02-20 09:55:38 -0800 (Tue, 20 Feb 2018)
New Revision: 16391
Modified:
trunk/regress/tickets.sql
trunk/regress/tickets_expected
Log:
Fix errorneous ticket number.
References #2985
Modified: trunk/regress/tickets.sql
===================================================================
--- trunk/regress/tickets.sql 2018-02-20 16:16:45 UTC (rev 16390)
+++ trunk/regress/tickets.sql 2018-02-20 17:55:38 UTC (rev 16391)
@@ -867,11 +867,11 @@
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 --
Modified: trunk/regress/tickets_expected
===================================================================
--- trunk/regress/tickets_expected 2018-02-20 16:16:45 UTC (rev 16390)
+++ trunk/regress/tickets_expected 2018-02-20 17:55:38 UTC (rev 16391)
@@ -269,7 +269,7 @@
#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
More information about the postgis-tickets
mailing list