From: Darafei Praliaskouski Date: Tue, 20 Feb 2018 17:55:38 +0000 (+0000) Subject: Fix errorneous ticket number. X-Git-Tag: 2.5.0alpha~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7145be34bb0fa3dbff295123d4c2a81a52e99805;p=postgis Fix errorneous ticket number. References #2985 git-svn-id: http://svn.osgeo.org/postgis/trunk@16391 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/tickets.sql b/regress/tickets.sql index f853be618..db0d3b238 100644 --- a/regress/tickets.sql +++ b/regress/tickets.sql @@ -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 -- diff --git a/regress/tickets_expected b/regress/tickets_expected index 89232d7d2..9d7d40b10 100644 --- a/regress/tickets_expected +++ b/regress/tickets_expected @@ -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