[postgis-tickets] [PostGIS] #5577: restoring dump from 3.1: ERROR: function "addnode" already exists with same argument types

PostGIS trac at osgeo.org
Tue Oct 17 13:30:36 PDT 2023


#5577: restoring dump from 3.1: ERROR:  function "addnode" already exists with
same argument types
------------------------------------+---------------------------
  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:
------------------------------------+---------------------------
Comment (by strk):

 Signature in dump:
 {{{
 FUNCTION topology addnode(character varying, public.geometry)
 }}}

 Signature in skip list (generated):
 {{{
 FUNCTION addnode(character varying, geometry, boolean, boolean)
 }}}

 The old signature is removed by a _postgis_drop_function_by_signature call
 in topology/topology_before_upgrade.sql.in but with a multi-line approach,
 which may be confusing the skip-list generator script
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5577#comment:1>
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