Opened 13 years ago

Closed 13 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 pramsey, 13 years ago

it's geometry_gist_sel now. check the definitions that I've temporarily hidden at the bottom of the geography.sql.in.c file

comment:2 by pramsey, 13 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 jorgearevalo, 13 years ago

Owner: changed from pracine to jorgearevalo
Status: newassigned

Ok, so I think the temporary solution in r6550 should work. Please check it, and thanks,

comment:4 by pracine, 13 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

comment:5 by robe, 13 years ago

Resolution: fixed
Status: assignedclosed

works fine

Note: See TracTickets for help on using tickets.