[postgis-tickets] [PostGIS] #2342: join notice now giving jointype number instead of something descriptive

PostGIS trac at osgeo.org
Thu May 23 23:20:49 PDT 2013


#2342: join notice now giving jointype number instead of something descriptive
-------------------------+--------------------------------------------------
 Reporter:  robe         |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.2.0
Component:  postgis      |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------
 {{{
  SELECT restaurant_name, c.county_name
  from restaurants as r left join counties as c ON sT_Intersects(r.geom,
 c.geom)
  limit 10;
 }}}


 In notice gives:

 {{{
 NOTICE:  gserialized_gist_joinsel: jointype 1 not supported
 }}}
 This is very minor gripe since the old (1.5, I don't have 2.0 handy to
 check) was less informative
 and gave


 {{{
 NOTICE:  LWGEOM_gist_joinsel called with incorrect join type
 }}}


 But it does beg the question what is a jointype 1

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2342>
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-tickets mailing list