[postgis-tickets] [PostGIS] #3450: 2.2 -> 2.3.0dev leaves 15 function behind
PostGIS
trac at osgeo.org
Mon Feb 8 07:47:30 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
Keywords: |
-----------------------------------+---------------------------
After a successful EXTENSION UPDATE to 2.3.0dev I still have 15 functions
pointing to the 2.2 library:
{{{
=# select proname from pg_proc where probin = '$libdir/postgis-2.2';
proname
-------------------------------------
geometry_spgist_leaf_consistent_2d
geometry_spgist_inner_consistent_2d
geometry_spgist_picksplit_2d
geometry_spgist_config_2d
geometry_spgist_choose_2d
st_astwkb
st_seteffectivearea
pgis_twkb_accum_transfn
pgis_twkb_accum_transfn
pgis_twkb_accum_transfn
pgis_twkb_accum_transfn
pgis_twkb_accum_finalfn
geometry_distance_centroid
geometry_distance_box
geometry_distance_box_nd
(15 rows)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3450>
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