From: Mark Cave-Ayland Date: Thu, 15 Oct 2009 17:44:48 +0000 (+0000) Subject: Fix test_estimation.pl script so it doesn't require oids - no-one uses these in the... X-Git-Tag: 1.5.0b1~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40ba14dce7f289fe49240962f7a076be20b25e91;p=postgis Fix test_estimation.pl script so it doesn't require oids - no-one uses these in the 21st century... git-svn-id: http://svn.osgeo.org/postgis/trunk@4652 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/test_estimation.pl b/utils/test_estimation.pl index c21e57a35..cc2f3d0c6 100755 --- a/utils/test_estimation.pl +++ b/utils/test_estimation.pl @@ -263,7 +263,7 @@ sub test_extent local($ext) = shift; # Test whole extent query - $query = 'explain analyze select oid from "'. + $query = 'explain analyze select 1 from "'. $SCHEMA.'"."'.$TABLE.'" WHERE "'.$COLUMN.'" && '. "setSRID('BOX3D(".$ext->{'xmin'}." ". $ext->{'ymin'}.", ".$ext->{'xmax'}." ".