[postgis-tickets] [PostGIS] #3124: Deprecation Warnings inside Aggregates

PostGIS trac at osgeo.org
Thu May 21 05:52:19 PDT 2015


#3124: Deprecation Warnings inside Aggregates
---------------------+---------------------------
 Reporter:  pramsey  |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  high     |  Milestone:  PostGIS 2.2.0
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 I’ve found a number of deprecation changes that are going to have
 substantial performance penalties and are not really useful for their
 purpose of warning users:

 https://github.com/postgis/postgis/blob/svn-
 trunk/postgis/postgis.sql.in#L3461

 Basically, they are functions underneath the ST_Extent aggregate. They are
 not meant to be called by users (we could un-document them, for example)
 they are meant to support the aggregates. We can leave the deprecation
 warnings in place, if we like, but we need to stop calling them ourselves
 inside the aggregates.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3124>
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