[postgis-tickets] [PostGIS] #5415: dump restore failure function "st_largestemptycircle" already exists with same argument types

PostGIS trac at osgeo.org
Thu Jun 29 02:24:31 PDT 2023


#5415: dump restore failure function "st_largestemptycircle" already exists with
same argument types
------------------------------------+---------------------------
  Reporter:  robe                   |      Owner:  strk
      Type:  defect                 |     Status:  assigned
  Priority:  blocker                |  Milestone:  PostGIS 3.4.0
 Component:  build/upgrade/install  |    Version:  3.3.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Changes (by strk):

 * status:  new => assigned

Comment:

 It looks like utils/create_skip_signatures.pl is failing to properly
 handle OUT named parameters, as this is what it generates:

 {{{
 COMMENT FUNCTION st_largestemptycircle(geom geometry, tolerance double
 precision, boundary geometry, out center geometry, out nearest geometry,
 out radius double precision)
 FUNCTION st_largestemptycircle(geometry, double precision, geometry,
 center geometry, nearest geometry, radius double precision)
 }}}

 I'm on it
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5415#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