Opened 9 months ago

Closed 8 months ago

#5509 closed defect (fixed)

ERROR: cannot drop function st_addband(raster,text,double precision,double precision) because other objects depend on it

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

Description

Spotted via make -C raster/test/regress/ check-locked-upgrade

Change History (1)

comment:1 by Sandro Santilli <strk@…>, 8 months ago

Resolution: fixed
Status: newclosed

In e428b70/git:

Backport all fixes to deal with upgrades in presence of views

  • Use a common before/after upgrade script for core and raster: rename deprecated funx before, drop them (if possible) after
  • Properly encode all deprecation from 2.5 onward
  • Update run_test.pl to support double upgrades and give hints upon leaving functions in the database

In 3.4 branch (3.4.1dev):

closes #5493 #5502 #5503 #5504 #5505 #5506 #5507 #5508 #5509 #5510

#5511 #5512 #5513 #5514 #5515 #5516 #5516 #5517 #5523 #5524

Note: See TracTickets for help on using tickets.