[postgis-tickets] [PostGIS] #4359: FAIL: upgrade 2.5.0--3.0.0dev: function st_distance(geography, geography) is not unique

PostGIS trac at osgeo.org
Fri Mar 29 07:04:59 PDT 2019


#4359: FAIL: upgrade 2.5.0--3.0.0dev: function st_distance(geography, geography)
is not unique
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  blocker                |  Milestone:  PostGIS 3.0.0
 Component:  build/upgrade/install  |    Version:  trunk
Resolution:                         |   Keywords:
------------------------------------+---------------------------

Comment (by strk):

 It looks like the culprit could be r17300, which changed:
 {{{
 -CREATE OR REPLACE FUNCTION _ST_Distance(geography, geography, float8,
 boolean)
 +CREATE OR REPLACE FUNCTION ST_Distance(geog1 geography, geog2 geography,
 use_spheroid boolean DEFAULT true)
 }}}

 Commit log theoretically moved things into legacy but evidently forgot to
 add some in drop.sql

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