Opened 13 years ago
Last modified 13 years ago
#1749 closed defect
some permutations of st_intersection are not being dropped in older installs — at Version 3
Reported by: | robe | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.1 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description (last modified by )
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 (3)
comment:1 by , 13 years ago
comment:2 by , 13 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 , 13 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
We want to drop anything that we ever installed and that we are not installing anymore.