[SCM] PostGIS branch master updated. 3.4.0rc1-930-g8779495f9

git at osgeo.org git at osgeo.org
Fri Feb 16 06:10:28 PST 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  8779495f92373e7b88716186d75f59ff5106b6cb (commit)
      from  963416f2faef21d3461937ed208fca048dd3ab6a (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 8779495f92373e7b88716186d75f59ff5106b6cb
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Feb 16 15:10:12 2024 +0100

    Add timing and increase dataset

diff --git a/topology/test/perf/ST_CreateTopoGeo.sql b/topology/test/perf/ST_CreateTopoGeo.sql
index bb61c4b5f..1a95d6a5e 100644
--- a/topology/test/perf/ST_CreateTopoGeo.sql
+++ b/topology/test/perf/ST_CreateTopoGeo.sql
@@ -3,10 +3,10 @@ SELECT topology.CreateTopology('topoperf');
 
 --\timing on
 CREATE TABLE topoperf.case_full_coverage_no_holes
-AS SELECT ST_Boundary(geom) g FROM ST_SquareGrid(4, ST_MakeEnvelope(0,0,120,120));
+AS SELECT ST_Boundary(geom) g FROM ST_SquareGrid(2, ST_MakeEnvelope(0,0,120,120));
 
+\timing on
 SELECT ST_CreateTopoGeo('topoperf', ST_Collect(g))
 FROM topoperf.case_full_coverage_no_holes
 ;
 
-ROLLBACK;

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

Summary of changes:
 topology/test/perf/ST_CreateTopoGeo.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list