[postgis-tickets] [PostGIS] #3396: [regression] ST_EstimatedExtent errors out when no stats are found
PostGIS
trac at osgeo.org
Tue Dec 15 03:33:39 PST 2015
#3396: [regression] ST_EstimatedExtent errors out when no stats are found
----------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
POSTGIS="2.0.8SVN r14008" returns NULL.
Quick testcase:
{{{
CREATE TABLE t(g geometry);
SELECT ST_Estimated_Extent('t','g');
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3396#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list