[postgis-tickets] [PostGIS] #5569: postgis_restore doesn't strip some old functions
PostGIS
trac at osgeo.org
Tue Oct 17 03:16:47 PDT 2023
#5569: postgis_restore doesn't strip some old functions
------------------------------------+-----------------------------
Reporter: kesar | Owner: strk
Type: defect | Status: new
Priority: low | Milestone: PostGIS 3.4.1
Component: build/upgrade/install | Version: 3.4.x
Resolution: | Keywords: postgis_restore
------------------------------------+-----------------------------
Comment (by strk):
Looking at the generated DATA section in postgis_restore.pl, and focusing
to a single signature, we have:
In manifest:
> 6714; 0 0 COMMENT public FUNCTION st_asgeojson(gj_version integer, geog
geography, maxdecimaldigits integer, options integer) postgres
> 1019; 1255 304728 FUNCTION public st_asgeojson(integer, geography,
integer, integer) postgres
In skip list:
> COMMENT FUNCTION st_asgeojson(version integer, geog geography,
maxdecimaldigits integer, options integer)
> FUNCTION st_asgeojson(integer, geography, integer, integer)
Sounds like our upgrade procedure is getting some parameter names wrong
kesar: are you able by any chance to provide also a schema-only dump for
us to test restoring ?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5569#comment:5>
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