[postgis-tickets] [PostGIS] #5579: restoring dump from 3.0: ERROR: function "st_quantile" already exists with same argument types
PostGIS
trac at osgeo.org
Tue Oct 17 14:10:15 PDT 2023
#5579: restoring dump from 3.0: ERROR: function "st_quantile" 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
Keywords: raster |
-----------------------------------+---------------------------
{{{
regress/run_test.pl --raster --dumprestore --upgrade-path
unpackaged3.0--:auto regress/core/regress
...
ERROR: function "st_quantile" already exists with same argument types
}}}
Signatures in dump:
{{{
FUNCTION public st_quantile(text, text, double precision)
FUNCTION public st_quantile(text, text, boolean, double precision)
FUNCTION st_quantile(rastertable text, rastercolumn text, nband integer,
quantiles double precision[], OUT quantile double precision, OUT value
double precision)
FUNCTION public st_quantile(text, text, integer, double precision)
FUNCTION st_quantile(rastertable text, rastercolumn text, nband integer,
exclude_nodata_value boolean, quantiles double precision[], OUT quantile
double precision, OUT value double precision)
FUNCTION public st_quantile(text, text, integer, boolean, double
precision)
}}}
Signatures in generated skip list:
{{{
FUNCTION st_quantile(raster, boolean, double precision)
FUNCTION st_quantile(raster, double precision)
FUNCTION st_quantile(raster, double precision[])
FUNCTION st_quantile(raster, double precision[])
FUNCTION st_quantile(raster, integer, boolean, double precision)
FUNCTION st_quantile(raster, integer, boolean, double precision[])
FUNCTION st_quantile(raster, integer, boolean, double precision[])
FUNCTION st_quantile(raster, integer, double precision)
FUNCTION st_quantile(raster, integer, double precision[])
FUNCTION st_quantile(raster, integer, double precision[])
FUNCTION st_quantile(text, text, double precision[])
FUNCTION st_quantile(text, text, integer, boolean, double precision[])
FUNCTION st_quantile(text, text, integer, double precision[])
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5579>
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