[postgis-tickets] [PostGIS] #5569: postgis_restore doesn't strip 2.1 function signatures
PostGIS
trac at osgeo.org
Tue Oct 17 23:45:28 PDT 2023
#5569: postgis_restore doesn't strip 2.1 function signatures
------------------------------------+-----------------------------
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):
I found a way to test without having the dump:
{{{
touch x;
postgis_restore -v -L postgis21_manifest.txt x 2>&1 | grep KEEP
}}}
we will not want any postgis object in the output.
With the current code the left over are:
{{{
KEEP: SHELLTYPE pgis_abs
KEEP: FUNCTION pgis_abs_in(cstring)
KEEP: FUNCTION pgis_abs_out(pgis_abs)
KEEP: FUNCTION pgis_geometry_accum_finalfn(pgis_abs)
KEEP: FUNCTION pgis_geometry_accum_transfn(pgis_abs, geometry)
KEEP: FUNCTION pgis_geometry_collect_finalfn(pgis_abs)
KEEP: FUNCTION pgis_geometry_makeline_finalfn(pgis_abs)
KEEP: FUNCTION pgis_geometry_polygonize_finalfn(pgis_abs)
KEEP: FUNCTION pgis_geometry_union_finalfn(pgis_abs)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5569#comment:13>
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