Opened 14 years ago
Closed 14 years ago
#744 closed defect (fixed)
[raster] raster with gserialized enabled gives postgis_gist_sel does not exist
Reported by: | robe | Owned by: | jorgearevalo |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
psql:share/contrib/postgis-2.0/rtpostgis.sql:1051: ERROR: function postgis_gist_sel(internal, oid, internal, integer) does not exist
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Incidentally, you can temporarily include the ./postgis/gserialized.h file to get access to the GSERIALIZED_ON define while we're in this not-quite-committed phase (which I'm waiting to be let out of!)
comment:3 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Ok, so I think the temporary solution in r6550 should work. Please check it, and thanks,
comment:4 by , 14 years ago
Summary: | raster with gserialized enabled gives postgis_gist_sel does not exist → [raster] raster with gserialized enabled gives postgis_gist_sel does not exist |
---|
Note:
See TracTickets
for help on using tickets.
it's geometry_gist_sel now. check the definitions that I've temporarily hidden at the bottom of the geography.sql.in.c file