[postgis-tickets] [PostGIS] #5075: postgis_restore.pl: ERROR: function "box2d_out" already exists with same argument types
PostGIS
trac at osgeo.org
Mon Jan 31 15:20:43 PST 2022
#5075: postgis_restore.pl: ERROR: function "box2d_out" already exists with same
argument types
---------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.0
Component: postgis | Version: 3.2.x
Keywords: |
---------------------+---------------------------
Passing a dump of postgis 3.0.0dev on PostgreSQL 13 to postgis_restore.pl
fail with:
{{{
ERROR: function "box2d_out" already exists with same argument types
}}}
The SKIP list contains box2d_out(box2d) but the manifest contains
box2d_out(public.box2d) so the function is kept.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5075>
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