Ticket #1749 (closed defect: fixed)

Opened 14 months ago

Last modified 11 months ago

[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: trunk
Keywords: Cc:

Description (last modified by robe) (diff)

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

Changed 14 months ago by strk

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

Changed 14 months ago by strk

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

I'd target 2.0.0 for this..

Changed 14 months ago by robe

  • description modified (diff)

Changed 11 months ago by dustymugs

  • status changed from new to closed
  • resolution set to fixed
  • summary changed from some permutations of st_intersection are not being dropped in older installs to [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.