[SCM] PostGIS branch master updated. 3.5.0-414-gc09a853ab
git at osgeo.org
git at osgeo.org
Tue Jul 1 12:57:35 PDT 2025
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 c09a853ab3ef303eb06509d4760d99b36498fccc (commit)
from f8a643eae3180a1807c20ad93096bd57e7c8a774 (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 c09a853ab3ef303eb06509d4760d99b36498fccc
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jul 1 21:57:09 2025 +0200
Reduce noise of test, avoid reporting unwanted change
diff --git a/topology/test/regress/removeunusedprimitives.sql b/topology/test/regress/removeunusedprimitives.sql
index 1581c27f2..1abb4953e 100644
--- a/topology/test/regress/removeunusedprimitives.sql
+++ b/topology/test/regress/removeunusedprimitives.sql
@@ -232,7 +232,8 @@ SELECT '#5289', 'invalidity', * FROM topology.ValidateTopology('city_data');
UPDATE features.city_streets
SET feature = TopoGeom_addElement(feature, ARRAY[2, 2])
WHERE feature_name = 'R4';
-
+UPDATE features.city_streets SET geom = feature::geometry
+WHERE feature_name = 'R4';
SELECT '#5303', 'clean', topology.RemoveUnusedPrimitives('city_data');
SELECT '#5303', 'changed', * FROM features.check_changed_features();
SELECT '#5303', 'invalidity', * FROM topology.ValidateTopology('city_data');
diff --git a/topology/test/regress/removeunusedprimitives_expected b/topology/test/regress/removeunusedprimitives_expected
index 802833399..6b8262ff0 100644
--- a/topology/test/regress/removeunusedprimitives_expected
+++ b/topology/test/regress/removeunusedprimitives_expected
@@ -9,4 +9,3 @@ t5|clean|2
t6|clean|3
#5289|clean|1
#5303|clean|0
-#5303|changed|lineal|R4|MULTILINESTRING((25 30,25 35))|MULTILINESTRING((25 30,31 30,31 40,17 40,17 30,25 30),(25 30,25 35))|LINESTRING(25 30,31 30,31 40,17 40,17 30,25 30)
-----------------------------------------------------------------------
Summary of changes:
topology/test/regress/removeunusedprimitives.sql | 3 ++-
topology/test/regress/removeunusedprimitives_expected | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list