[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.5-4-g59a8f9d63

git at osgeo.org git at osgeo.org
Mon Jun 19 07:53:26 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.2 has been updated
       via  59a8f9d638b25bb8f36511e7c321b7e761a6f01d (commit)
      from  9804ddaf36e341ad863cbd718718928194f2dafb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 59a8f9d638b25bb8f36511e7c321b7e761a6f01d
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jun 19 10:52:35 2023 -0400

    Oops took out the wrong test.
    Should be #4037 tests
    References #5404 for PostGIS 3.2.6

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 4ffd55c8e..53cdc6a9d 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1072,11 +1072,19 @@ FROM (VALUES
 ('MULTILINESTRING((0 0, 0 0))')
 ) as f(geom);
 
--- a butterfly polygon in all cases
-SELECT '#4037.1', ST_AsText(ST_Intersection('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
-SELECT '#4037.2', ST_AsText(ST_Difference('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
-SELECT '#4037.3', ST_AsText(ST_SymDifference('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
-SELECT '#4037.4', ST_AsText(ST_Union('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
+-- #4025
+select '#4025', ST_DistanceCPA (
+	'LINESTRING M (
+	3002640.82925984 5833770.09678249 1180471354.482,
+	3003084.56741608 5833866.22147656 1180471411.791,
+	3003325.8165722 5833942.66399188 1180471442.914,
+	3003634.9521919 5834039.57644606 1180471482.436,
+	3003701.57229565 5833872.50949516 1180471494.55)'::geometry,
+	'LINESTRING M (
+	2996311.19255982 5844593.73486637 1180471513.163,
+	2996310.72190852 5844712.60937002 1180471523.37,
+	2996311.81673704 5844916.90864168 1180471541.171)'::geometry
+	);
 
 -- #4055
 SELECT '#4055a', ST_SRID(unnest(ST_ClusterWithin(ARRAY['SRID=4326;POINT (3 7)'::geometry, 'SRID=4326;LINESTRING (3 0, 3 9)'], 0)));
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 9dc625552..4a869fa87 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -324,6 +324,7 @@ NOTICE:  Too few points in geometry component at or near point 0 0
 #4011|ST_LineString|GEOMETRYCOLLECTION(LINESTRING(0 0,1 1))|f|t
 #4011|ST_MultiLineString|MULTILINESTRING EMPTY|t|t
 #4011|ST_GeometryCollection|MULTILINESTRING((0 0,0 0))|f|f
+#4025|
 #4055a|4326
 #4055b|4326
 #4089|LINESTRING Z (1 1 1,3 3 1)

-----------------------------------------------------------------------

Summary of changes:
 regress/core/tickets.sql      | 18 +++++++++++++-----
 regress/core/tickets_expected |  1 +
 2 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list