[SCM] PostGIS branch master updated. 3.6.0rc2-438-g593e1f084

git at osgeo.org git at osgeo.org
Thu Apr 9 11:02:56 PDT 2026


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  593e1f084ae381a2a32c8a8e33b4502ec3eb1c9e (commit)
      from  ee5c8026941e2920c2b1ca4f4edd6177b06864a2 (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 593e1f084ae381a2a32c8a8e33b4502ec3eb1c9e
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Apr 9 20:01:59 2026 +0200

    Drop left-over debug lines from test

diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql
index f54145537..04b63f2e9 100644
--- a/topology/test/regress/topogeo_addlinestring.sql
+++ b/topology/test/regress/topogeo_addlinestring.sql
@@ -643,13 +643,11 @@ SELECT 't6064.1', count(*) > 0 FROM topology.TopoGeo_addLinestring('t6064',
 )');
 
 SELECT 't6064.check.intermediate', * FROM topology.ValidateTopology('t6064');
-set client_min_messages to DEBUG;
 SELECT 't6064.2', count(*) > 0 FROM topology.TopoGeo_addLinestring('t6064',
 'LINESTRING(
   17.42207545158653 69.11091383590062,
   17.42207570266477 69.11091383235974,
   17.622976580401076 69.12848944101118
 )');
-set client_min_messages to WARNING;
 SELECT 't6064.check.final', * FROM topology.ValidateTopology('t6064');
 SELECT NULL FROM topology.DropTopology ('t6064');

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

Summary of changes:
 topology/test/regress/topogeo_addlinestring.sql | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list