Opened 14 months ago
Closed 14 months ago
#5500 closed defect (fixed)
ERROR: cannot drop function st_mapalgebrafct(raster,regprocedure) because other objects depend on it
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.1 |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
Description
Triggered by make check-locked-upgrade RUNTESTFLAGS=-v
in master branch
Change History (5)
comment:1 by , 14 months ago
comment:2 by , 14 months ago
The postgis core before-upgrade script is somewhat smarter as it uses a _drop_function_if_needed taking also parameter names, so it won't drop functions if they are not really deprecated.
It would be a good step forward to re-use that code in the raster part. Of course doing so would require finding out the name of parameters over time.
comment:3 by , 14 months ago
None of the current 7 ST_MapAlgebraFct changed since PostGIS 2.0.0 which was the first version having raster support integrated.
I'll remove the drops and not care about upgrading from WKTRaster times
There are 7 variants of the ST_MapAlgebraFct function, and 11 of them are in upgrade_cleanup.sql documented as having had signature or parameter names changed. Additionally there was a signature completely removed.
Pain points ++