Opened 13 months ago
Closed 13 months ago
#5578 closed defect (fixed)
restoring dump from 3.0: ERROR: function "st_approxquantile" already exists with same argument types
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.1 |
Component: | build | Version: | 3.4.x |
Keywords: | raster | Cc: |
Description
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[])
Change History (3)
comment:1 by , 13 months ago
Component: | postgis → build/upgrade/install |
---|---|
Keywords: | raster added |
Owner: | changed from | to
comment:2 by , 13 months ago
Note:
See TracTickets
for help on using tickets.
In 5a8528e7/git: