Opened 9 years ago

Closed 9 years ago

#3118 closed defect (fixed)

Can't upgrade 2.2.0dev to 2.2.0devnext

Reported by: strk Owned by: Bborie Park
Priority: critical Milestone: PostGIS 2.2.0
Component: raster Version: master
Keywords: Cc:

Description

strk=# alter extension postgis update to '2.2.0devnext';
ERROR:  cannot drop function _raster_constraint_nodata_values(raster) because other objects depend on it
DETAIL:  constraint enforce_nodata_values_r on table areas depends on function _raster_constraint_nodata_values(raster)
HINT:  Use DROP ... CASCADE to drop the dependent objects too.

Change History (11)

comment:1 by robe, 9 years ago

Priority: mediumhigh

comment:2 by strk, 9 years ago

Priority: highmedium

rtpostgis_upgrade_cleanup.sql.in contains:

-- function signature change                                                    
DROP FUNCTION IF EXISTS _raster_constraint_nodata_values(rast raster); 

comment:3 by strk, 9 years ago

Breaking line added in r13467 supposedly for #3006

comment:4 by strk, 9 years ago

speaking of which.. we should make our upgrade tests smarter (right now we upgrade with no data tables, we should instead create some data tables first, then upgrade and then remove those tables)

comment:5 by strk, 9 years ago

This patch for run_test.pl makes it reproduce the issue on "make check" (or whenever it is called with switches —upgrade and —raster):

http://strk.keybit.net/tmp/extended_upgrade_test.patch

comment:6 by Bborie Park, 9 years ago

I'll have to use a fancier DO loop… no simple drops here.

comment:7 by Bborie Park, 9 years ago

Priority: mediumcritical

comment:8 by Bborie Park, 9 years ago

strk, I think you should commit that patch. It's worth it.

comment:9 by strk, 9 years ago

I'll push the patch as soon as the bug is fixed, don't want to block the work of others closing up the release.

comment:10 by strk, 9 years ago

I've filed #3120 for the run_test.pl enhancement

comment:11 by Bborie Park, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in -trunk at r13510

Note: See TracTickets for help on using tickets.