]> granicus.if.org Git - postgis/commitdiff
Make test for #3573 run only on PG 9.5+
authorDaniel Baston <dbaston@gmail.com>
Tue, 7 Jun 2016 21:55:30 +0000 (21:55 +0000)
committerDaniel Baston <dbaston@gmail.com>
Tue, 7 Jun 2016 21:55:30 +0000 (21:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14941 b70326c6-7e19-0410-871a-916f4a2858ee

regress/knn_recheck.sql
regress/knn_recheck_expected
regress/tickets.sql
regress/tickets_expected

index a4052b4417d4a8bad9d452e230e9f1af86a50e15..1475c7219e9d2a34aaa7000ef8ef60d1291be14a 100644 (file)
@@ -220,3 +220,6 @@ ORDER BY a.gid, true_rn;
 \r
 DROP TABLE knn_recheck_geom_nd;\r
 \r
+-- #3573\r
+SELECT '#3573', 'POINT M (0 0 13)'::geometry <<->> 'LINESTRING M (0 0 5, 0 1 6)'::geometry;\r
+\r
index ca794181033b9e2ebecbd009bb51686d4a26f07d..b81bb729bdaeb88fdad1638c88d68f3af29b1978 100644 (file)
 #3nd-3|600001|9461|54.3900|54.3900
 #3nd-3|600001|9749|54.5453|54.5453
 #3nd-3|600001|10041|54.6233|54.6233
+#3573|8
index 045abba189cfbda6ebb8c238f8e9af283219193d..ca00f38613a4d7ccf7771cda89e7c9b093b811b6 100644 (file)
@@ -966,8 +966,5 @@ SELECT '#3437e' AS t, count(*) FROM mp INNER JOIN p ON ST_Within(p.geom, mp.geom
 SELECT '#3470', ST_Polygonize(ARRAY[NULL]::geometry[]) IS NULL;
 SELECT '#3470b', ST_Area(ST_Polygonize(ARRAY[NULL, 'LINESTRING (0 0, 10 0, 10 10)', NULL, 'LINESTRING (0 0, 10 10)', NULL]::geometry[]));
 
--- #3573
-SELECT '#3573', 'POINT M (0 0 13)'::geometry <<->> 'LINESTRING M (0 0 5, 0 1 6)'::geometry;
-
 -- Clean up
 DELETE FROM spatial_ref_sys;
index 293e78448a5e2970146385af9eb09d5f0842ac73..74cc4b6400f6c9b36596a18c9705f884dcf3762b 100644 (file)
@@ -294,4 +294,3 @@ ERROR:  invalid KML representation
 #3437e|5
 #3470|t
 #3470b|50
-#3573|8