From: Sandro Santilli Date: Wed, 28 Mar 2018 15:01:12 +0000 (+0000) Subject: Allow running topology perf test with run_test.pl X-Git-Tag: 2.5.0alpha~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4935dce5ce0d75fb2a6c8da318933b998a776e6d;p=postgis Allow running topology perf test with run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@16507 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/test/perf/TopoGeo_addLinestring.sql b/topology/test/perf/TopoGeo_addLinestring.sql index 966361db4..3c8babe53 100644 --- a/topology/test/perf/TopoGeo_addLinestring.sql +++ b/topology/test/perf/TopoGeo_addLinestring.sql @@ -1,4 +1,3 @@ -SELECT topology.DropTopology('topoperf'); SELECT topology.CreateTopology('topoperf'); \timing SELECT count(*) FROM ( @@ -8,3 +7,4 @@ SELECT count(*) FROM ( generate_series(-15,15,5) y ) foo ) bar; +SELECT topology.DropTopology('topoperf');