[SCM] PostGIS branch master updated. 3.4.0rc1-1077-ge1e3f7e14
git at osgeo.org
git at osgeo.org
Thu Mar 28 08:06:33 PDT 2024
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 e1e3f7e143381ef5f74b4372798bcfd5f5d75898 (commit)
from 116b5fbafb084f67562bfd4eba8a59526e56bbb5 (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 e1e3f7e143381ef5f74b4372798bcfd5f5d75898
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Mar 28 12:40:04 2024 +0100
Add invalidities check for #3280
diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql
index 8ddf5c914..6068bac30 100644
--- a/topology/test/regress/topogeo_addlinestring.sql
+++ b/topology/test/regress/topogeo_addlinestring.sql
@@ -280,6 +280,7 @@ SELECT 't3280', 'L1b' || l
FROM (SELECT * FROM bug3280.edge where edge_id = 1) AS e
CROSS JOIN LATERAL topology.TopoGeo_AddLinestring('bug3280', geom) AS l
ORDER BY 2;
+SELECT 't3280', 'invalidity', * FROM validatetopology('bug3280');
SELECT 't3280.end', topology.DropTopology('bug3280');
-- See http://trac.osgeo.org/postgis/ticket/3380
-----------------------------------------------------------------------
Summary of changes:
topology/test/regress/topogeo_addlinestring.sql | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list