#5519 closed defect (fixed)

ERROR: cannot drop function st_setvalue(raster,integer,geometry,double precision) because other objects depend on it

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 3.4.1
Component: raster Version: 3.4.x
Keywords: Cc:

Description

To reproduce, comment out the st_setvalue lins in regress/hooks/use-all-functions.sql and run:

make -C raster/test/regress check-locked-upgrade RUNTESTFLAGS='-v'

The current signature is:

raster/rt_pg/rtpostgis.sql.in:5077:
CREATE OR REPLACE FUNCTION ST_SetValue(
    rast raster, nband integer,
    geom geometry, newvalue double precision
)

That signature was the same up to 2.1.0 but in 2.0 has the geometry attribute called 'pt' instead of 'geom'

Change History (1)

comment:1 by strk, 10 months ago

Resolution: fixed
Status: newclosed

Referenced by [58780c6f2a4a0f3cdf40e9fa47e77763ce46b893/git] in master branch (3.5.0dev)

Closed by [e428b70577bd51d3924346d9f0124a6d37ef4ff8/git] in 3.4 branch (3.4.1dev)

Note: See TracTickets for help on using tickets.