[postgis-tickets] [PostGIS] #2279: Can't upgrade PostGIS from 2.0

PostGIS trac at osgeo.org
Sun Apr 28 12:51:10 PDT 2013


#2279: Can't upgrade PostGIS from 2.0
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by robe):

 I looked into this problem more.  I can salvage your dropping of


 {{{
 DROP FUNCTION IF EXISTS geometry_gist_sel_2d (internal, oid, internal,
 int4);
 DROP FUNCTION IF EXISTS geometry_gist_joinsel_2d(internal, oid, internal,
 smallint);
 }}}

 simply by putting in do logic to rename the original and then updating
 with the new C function.  Unfortunately with your geography ones and 3D
 &&&, I can't do that since both share the same set of functions so I can
 only rename one.

 So which would you rather have:

 different names pointing to same C functions

 or

 partial duplicates (e.g. salvage geometry2d and live with
 geography/geometry 3d having slightly different named casts in 2 ugrade

 or
 back to duplicate naming for everything.

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