[postgis-tickets] [PostGIS] #3450: 2.2 -> 2.3.0dev leaves 15 function behind
PostGIS
trac at osgeo.org
Tue Feb 9 02:37:12 PST 2016
#3450: 2.2 -> 2.3.0dev leaves 15 function behind
------------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: build/upgrade/install | Version: 2.2.x
Resolution: | Keywords:
------------------------------------+---------------------------
Changes (by strk):
* cc: David, Fetter, <david@…> (removed)
* cc: nicklas.aven@… (added)
Comment:
Left over, after manually dropping the spgist ones:
{{{
strk=# select proname,pg_get_function_arguments(oid) from pg_proc where
probin = '$libdir/postgis-2.2';
proname | pg_get_function_arguments
----------------------------+--------------------------------------
st_seteffectivearea | geometry, double precision DEFAULT 0
geometry_distance_centroid | geom1 gidx, geom2 gidx
geometry_distance_box | gidx1 gidx, gidx2 gidx
geometry_distance_box_nd | geom1 geometry, geom2 geometry
(4 rows)
}}}
ST_SetEffectiveArea was first added in r13174 by Nicklas Avén who later
changed its signature in r13418 w/out adding a DROP.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3450#comment:35>
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