[postgis-tickets] [PostGIS] #5569: postgis_restore doesn't strip 2.1 function signatures

PostGIS trac at osgeo.org
Tue Oct 17 23:47:05 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):

 In addition to those functions reported below, we also have a lot of
 unexpected COMMENT retained which shouldnt be:
 {{{
 KEEP: COMMENT FUNCTION st_asgeojson(gj_version integer, geog geography,
 maxdecimaldigits integer, options integer)
 KEEP: COMMENT FUNCTION st_asgeojson(gj_version integer, geom geometry,
 maxdecimaldigits integer, options integer)
 KEEP: COMMENT FUNCTION st_askml(geog geography, maxdecimaldigits integer)
 KEEP: COMMENT FUNCTION st_askml(geom geometry, maxdecimaldigits integer)
 KEEP: COMMENT FUNCTION st_askml(version integer, geog geography,
 maxdecimaldigits integer, nprefix text)
 KEEP: COMMENT FUNCTION st_aslatlontext(geometry, text)
 KEEP: COMMENT FUNCTION st_buffer(geometry, double precision, integer)
 KEEP: COMMENT FUNCTION st_buffer(geometry, double precision, text)
 KEEP: COMMENT FUNCTION st_count(rastertable text, rastercolumn text,
 exclude_nodata_value boolean)
 KEEP: COMMENT FUNCTION st_count(rastertable text, rastercolumn text, nband
 integer, exclude_nodata_value boolean)
 KEEP: COMMENT FUNCTION st_coveredby(geography, geography)
 KEEP: COMMENT FUNCTION st_covers(geography, geography)
 KEEP: COMMENT FUNCTION st_distance(geography, geography, boolean)
 KEEP: COMMENT FUNCTION st_dwithin(geography, geography, double precision,
 boolean)
 KEEP: COMMENT FUNCTION st_histogram(rastertable text, rastercolumn text,
 nband integer, bins integer, "right" boolean, OUT min double precision,
 OUT max double precision, OUT count bigint, OUT percent double precision)
 KEEP: COMMENT FUNCTION st_histogram(rastertable text, rastercolumn text,
 nband integer, exclude_nodata_value boolean, bins integer, "right"
 boolean, OUT min double precision, OUT max double precision, OUT count
 bigint, OUT percent double precision)
 KEEP: COMMENT FUNCTION st_histogram(rastertable text, rastercolumn text,
 nband integer, bins integer, width double precision[], "right" boolean,
 OUT min double precision, OUT max double precision, OUT count bigint, OUT
 percent double precision)
 KEEP: COMMENT FUNCTION st_histogram(rastertable text, rastercolumn text,
 nband integer, exclude_nodata_value boolean, bins integer, width double
 precision[], "right" boolean, OUT min double precision, OUT max double
 precision, OUT count bigint, OUT percent double precision)
 KEEP: COMMENT FUNCTION st_intersects(geography, geography)
 KEEP: COMMENT FUNCTION st_isvaliddetail(geometry, integer)
 KEEP: COMMENT FUNCTION st_linecrossingdirection(geom1 geometry, geom2
 geometry)
 KEEP: COMMENT FUNCTION st_orderingequals(geometrya geometry, geometryb
 geometry)
 KEEP: COMMENT FUNCTION st_quantile(rastertable text, rastercolumn text,
 nband integer, quantiles double precision[], OUT quantile double
 precision, OUT value double precision)
 KEEP: COMMENT FUNCTION st_quantile(rastertable text, rastercolumn text,
 nband integer, exclude_nodata_value boolean, quantiles double precision[],
 OUT quantile double precision, OUT value double precision)
 KEEP: COMMENT FUNCTION st_setsrid(geometry, integer)
 KEEP: COMMENT FUNCTION st_srid(geometry)
 KEEP: COMMENT FUNCTION st_summarystats(rastertable text, rastercolumn
 text, exclude_nodata_value boolean, OUT count bigint, OUT sum double
 precision, OUT mean double precision, OUT stddev double precision, OUT min
 double precision, OUT max double precision)
 KEEP: COMMENT FUNCTION st_summarystats(rastertable text, rastercolumn
 text, nband integer, exclude_nodata_value boolean, OUT count bigint, OUT
 sum double precision, OUT mean double precision, OUT stddev double
 precision, OUT min double precision, OUT max double precision)
 KEEP: COMMENT FUNCTION validatetopology(toponame character varying)
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5569#comment:14>
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