]> granicus.if.org Git - postgis/commitdiff
Allow running topology perf test with run_test.pl
authorSandro Santilli <strk@kbt.io>
Wed, 28 Mar 2018 15:01:12 +0000 (15:01 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 28 Mar 2018 15:01:12 +0000 (15:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16507 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/perf/TopoGeo_addLinestring.sql

index 966361db4133640216f1fd4ac98c52d12d1ff100..3c8babe53acc5f5335666a9ddd21447ece26c6d8 100644 (file)
@@ -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');