Opened 12 years ago

Closed 12 years ago

#1749 closed defect (fixed)

[raster] some permutations of st_intersection are not being dropped in older installs

Reported by: robe Owned by: pracine
Priority: medium Milestone: PostGIS 2.0.1
Component: raster Version: master
Keywords: Cc:

Description (last modified by robe)

See ticket #1746 how to observe this.

Functions in question

st_intersection(raster, raster, text, regprocedure);

st_intersection(rast1 raster, rast2 raster, otheruserfunc regprocedure);

st_intersection(rast1 raster, band1 integer, rast2 raster, band2 integer, otheruserfunc regprocedure);

st_intersection(raster, integer, raster, integer, text, regprocedure);

I'm not sure we want to drop these if per chance people are using them and just instead allow them to be orphaned as they currently are.

Change History (4)

comment:1 by strk, 12 years ago

We want to drop anything that we ever installed and that we are not installing anymore.

comment:2 by strk, 12 years ago

r9336 did drop st_intersection with regprocedure, evidently didn't update the drops

I'd target 2.0.0 for this..

comment:3 by robe, 12 years ago

Description: modified (diff)

comment:4 by Bborie Park, 12 years ago

Resolution: fixed
Status: newclosed
Summary: some permutations of st_intersection are not being dropped in older installs[raster] some permutations of st_intersection are not being dropped in older installs

Fixed in r9880 for 2.0. Fixed in r9879 for trunk.

Note: See TracTickets for help on using tickets.