[SCM] PostGIS branch master updated. 3.5.0-297-g7a35e6930
    git at osgeo.org 
    git at osgeo.org
       
    Tue Apr 29 08:55:41 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  7a35e69301d98868a5cbdd68331f6c495e06a2c8 (commit)
      from  e7270fd02ec1a50d3840b875fbb01334f19caa8e (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 7a35e69301d98868a5cbdd68331f6c495e06a2c8
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Apr 29 17:55:31 2025 +0200
    Fix test verbosity
diff --git a/topology/test/regress/maketopologyprecise.sql b/topology/test/regress/maketopologyprecise.sql
index 0469816b4..84234cd25 100644
--- a/topology/test/regress/maketopologyprecise.sql
+++ b/topology/test/regress/maketopologyprecise.sql
@@ -9,6 +9,8 @@ SELECT 'start', 'e', edge_id, ST_AsEWKT(geom) FROM topo.edge ORDER BY edge_id;
 SELECT topology.MakeTopologyPrecise('topo');
 SELECT 'prec5', 'e', edge_id, ST_AsEWKT(geom) FROM topo.edge ORDER BY edge_id;
 
+SET client_min_messages TO WARNING;
+
 -- TODO: test bbox limited made-precise topology
 
 -- Cleanup
-----------------------------------------------------------------------
Summary of changes:
 topology/test/regress/maketopologyprecise.sql | 2 ++
 1 file changed, 2 insertions(+)
hooks/post-receive
-- 
PostGIS
    
    
More information about the postgis-tickets
mailing list