#1362 closed task (fixed)
Remove lwgeom_gist.c
Reported by: | pramsey | Owned by: | strk |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
This file includes obsoleted index bindings from the 1.5 serialized_form era, remove it and any SQL bindings that go with it.
Change History (4)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 13 years ago
Is it supposed to drop things which are _not_ in postgis.sql ? In this case references to operators using the old signatures in lwgeom_gist
Note:
See TracTickets
for help on using tickets.
Done in r8362. There were no much dependent objects. There are still mentions in uninstall_postgis.sql.in.c: is that file maintained manually ? Should it be a mirror of postgis.sql.in.c ?