Ticket #758 (closed defect: fixed)
[raster]: Using deprecated join select functions postgis_gist_sel postgis_gist_joinsel
| Reported by: | robe | Owned by: | jorgearevalo |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
Guys sorry to keep bouncing you around like this. This time I broke raster.
When I was irradicating deprecated postgis functions #302 at r6568 I wiped out one you were using since it was marked as deprecated in PostGIS 1.5:
Now I get this error when installing raster
psql:share/contrib/postgis-2.0/rtpostgis.sql:1073: ERROR: function postgis_gist_sel(internal, oid, internal, integer) does not exist.
I believe postgis_gist_sel and postgis_gist_joinsel need to be replaced with geometry_gist_sel and geometry_gist_joinsel.
Paul can you confirm I'm saying the right thing.
I'll be happy to change it if you trust me. Wanted to get this done before I make the next experimental windows builds.
