[postgis-devel] [PostGIS] #758: [raster]: Using deprecated join select functions postgis_gist_sel postgis_gist_joinsel

PostGIS trac at osgeo.org
Fri Jan 7 22:30:40 PST 2011


#758: [raster]: Using deprecated join select functions postgis_gist_sel
postgis_gist_joinsel
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  blocker         |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by robe):

 Oops sorry had my conditions backward - should be:


 {{{
 #ifdef GSERIALIZED_ON
 CREATE OPERATOR && (
     LEFTARG = raster, RIGHTARG = raster, PROCEDURE = st_overlap,
     COMMUTATOR = '&&',
     RESTRICT = contsel , JOIN = contjoinsel
     );

 #else
 CREATE OPERATOR && (
     LEFTARG = raster, RIGHTARG = raster, PROCEDURE = st_overlap,
     COMMUTATOR = '&&',
     RESTRICT = geometry_gist_sel, JOIN = geometry_gist_joinsel
     );
 #endif

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/758#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list