[postgis-tickets] [PostGIS] #5490: Upgrade from 3.1.1: ERROR: cannot drop function st_slope(raster, integer, text, text, double precision, boolean) because other objects depend on it

PostGIS trac at osgeo.org
Mon Aug 28 14:36:33 PDT 2023


#5490: Upgrade from 3.1.1: ERROR:  cannot drop function
st_slope(raster,integer,text,text,double precision,boolean) because other
objects depend on it
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 3.4.1
 Component:  build/upgrade/install  |    Version:  3.4.x
Resolution:                         |   Keywords:  raster
------------------------------------+---------------------------
Comment (by strk):

 The other internal function signature is (2.1.0 to master):
 {{{
 _st_slope4ma(value double precision[][][], pos integer[][], VARIADIC
 userargs text[] DEFAULT NULL)
 }}}

 In 2.0.0 it was instead:
 {{{
 _st_slope4ma(matrix float[][], nodatamode text, variadic args text[])
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5490#comment:2>
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