[postgis-tickets] r16507 - Allow running topology perf test with run_test.pl
Sandro Santilli
strk at kbt.io
Wed Mar 28 08:01:13 PDT 2018
Author: strk
Date: 2018-03-28 08:01:12 -0700 (Wed, 28 Mar 2018)
New Revision: 16507
Modified:
trunk/topology/test/perf/TopoGeo_addLinestring.sql
Log:
Allow running topology perf test with run_test.pl
Modified: trunk/topology/test/perf/TopoGeo_addLinestring.sql
===================================================================
--- trunk/topology/test/perf/TopoGeo_addLinestring.sql 2018-03-28 09:07:16 UTC (rev 16506)
+++ trunk/topology/test/perf/TopoGeo_addLinestring.sql 2018-03-28 15:01:12 UTC (rev 16507)
@@ -1,4 +1,3 @@
-SELECT topology.DropTopology('topoperf');
SELECT topology.CreateTopology('topoperf');
\timing
SELECT count(*) FROM (
@@ -8,3 +7,4 @@
generate_series(-15,15,5) y
) foo
) bar;
+SELECT topology.DropTopology('topoperf');
More information about the postgis-tickets
mailing list