#2664 closed defect (fixed)
Upgrading 2.1 to 2.2 have extra function not in 2.2 virgin install
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.2.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
Did we get rid of a function between 2.1 and 2.2.
If I upgrade PostGIS 2.1.2dev to PostGIS 2.2, I have 1070 postgis functions.
However if I do a new PostGIS 2.2.0 install, I get 1069 functions.
I haven't compared the descrepancies to see where the extra one is coming from.
Change History (7)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
Version: | 2.1.x → trunk |
---|
Difference is this function. Do we still just do a drop after? or just leave it in case if per chance someone is using this function.
function _st_mapalgebra(rastbandarg[],regprocedure,text,integer,integer,text,raster,text[])
dustymugs your call as to whether to force a drop. I still need to fix extensions machinery to properly handle function drops I think.
comment:4 by , 10 years ago
Priority: | medium → high |
---|
comment:5 by , 10 years ago
@robe, yes, that should be force dropped. It looks like the function got a few new parameters.
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Dropped with r13519 — I'm wondering if we should automate this kind of testing…
Please do compare, is easier than guessing.