[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-143-g1fa2405

git at osgeo.org git at osgeo.org
Wed Nov 4 15:28:56 PST 2020


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, master has been updated
       via  1fa24050e4663e5c974c8a5a8fbc3ecd9b9f2781 (commit)
      from  4ec4fbc15c9b867f980cbc2c4d4d430f18637cb4 (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 1fa24050e4663e5c974c8a5a8fbc3ecd9b9f2781
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Nov 4 18:28:40 2020 -0500

    Force sorting of topology edges so consistent between geos 3.9 and lower geos closes #4730 for PostGIS 3.1.0

diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql
index 03d3d00..a510b52 100644
--- a/topology/test/regress/topogeo_addlinestring.sql
+++ b/topology/test/regress/topogeo_addlinestring.sql
@@ -394,6 +394,8 @@ select 't4758.0', topology.TopoGeo_addLinestring('t4758',
   'LINESTRING(11.38327215  60.4081942, 11.3826176   60.4089484)');
 select 't4758.1', topology.TopoGeo_addLinestring('t4758',
   'LINESTRING( 11.3832721  60.408194249999994, 11.38327215 60.4081942)');
-select 't4758.2', topology.TopoGeo_addLinestring('t4758',
-  'LINESTRING( 11.38330505 60.408239599999995, 11.3832721  60.408194249999994)');
+SELECT 't4758.2', t
+FROM topology.TopoGeo_addLinestring('t4758',
+  'LINESTRING( 11.38330505 60.408239599999995, 11.3832721  60.408194249999994)') AS t
+ORDER BY t;
 SELECT 't4758.end', topology.DropTopology('t4758');
diff --git a/topology/test/regress/topogeo_addlinestring_expected b/topology/test/regress/topogeo_addlinestring_expected
index 2001ed6..d786940 100644
--- a/topology/test/regress/topogeo_addlinestring_expected
+++ b/topology/test/regress/topogeo_addlinestring_expected
@@ -213,7 +213,7 @@ t4757.end|Topology 'bug4757' dropped
 t4758.start|t
 t4758.0|1
 t4758.1|2
+t4758.2|2
 t4758.2|4
 t4758.2|5
-t4758.2|2
 t4758.end|Topology 't4758' dropped

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

Summary of changes:
 topology/test/regress/topogeo_addlinestring.sql      | 6 ++++--
 topology/test/regress/topogeo_addlinestring_expected | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list