[postgis-tickets] [PostGIS] #5578: restoring dump from 3.0: ERROR: function "st_approxquantile" already exists with same argument types

PostGIS trac at osgeo.org
Tue Oct 17 13:43:46 PDT 2023


#5578: restoring dump from 3.0: ERROR:  function "st_approxquantile" already
exists with same argument types
---------------------+---------------------------
 Reporter:  strk     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 3.4.1
Component:  postgis  |    Version:  3.4.x
 Keywords:           |
---------------------+---------------------------
 To reproduce:
 {{{
 regress/run_test.pl --raster --dumprestore --upgrade-path
 unpackaged3.0--:auto regress/core/regress

 ...

 ERROR:  function "st_approxquantile" already exists with same argument
 types
 }}}

 Signatures in dump:
 {{{
 1048; 1255 32929748 FUNCTION public st_approxquantile(text, text, double
 precision) strk
 1047; 1255 32929747 FUNCTION public st_approxquantile(text, text, boolean,
 double precision) strk
 1046; 1255 32929746 FUNCTION public st_approxquantile(text, text, double
 precision, double precision) strk
 1045; 1255 32929745 FUNCTION public st_approxquantile(text, text, integer,
 double precision, double precision) strk
 1044; 1255 32929744 FUNCTION public st_approxquantile(text, text, integer,
 boolean, double precision, double precision) strk
 }}}

 Signatures in generated skip list:
 {{{
 FUNCTION st_approxquantile(raster, boolean, double precision)
 FUNCTION st_approxquantile(raster, double precision)
 FUNCTION st_approxquantile(raster, double precision[])
 FUNCTION st_approxquantile(raster, double precision[])
 FUNCTION st_approxquantile(raster, double precision, double precision)
 FUNCTION st_approxquantile(raster, double precision, double precision[])
 FUNCTION st_approxquantile(raster, double precision, double precision[])
 FUNCTION st_approxquantile(raster, integer, boolean, double precision,
 double precision)
 FUNCTION st_approxquantile(raster, integer, boolean, double precision,
 double precision[])
 FUNCTION st_approxquantile(raster, integer, boolean, double precision,
 double precision[])
 FUNCTION st_approxquantile(raster, integer, double precision, double
 precision)
 FUNCTION st_approxquantile(raster, integer, double precision, double
 precision[])
 FUNCTION st_approxquantile(raster, integer, double precision, double
 precision[])
 FUNCTION st_approxquantile(text, text, double precision[])
 FUNCTION st_approxquantile(text, text, double precision, double
 precision[])
 FUNCTION st_approxquantile(text, text, integer, boolean, double precision,
 double precision[])
 FUNCTION st_approxquantile(text, text, integer, double precision, double
 precision[])
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5578>
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