[postgis-tickets] [PostGIS] #4333: ERROR: could not find function "intersects"

PostGIS trac at osgeo.org
Wed Feb 27 04:13:40 PST 2019


#4333: ERROR:  could not find function "intersects"
------------------------+---------------------------
 Reporter:  Algunenano  |      Owner:  pramsey
     Type:  defect      |     Status:  new
 Priority:  blocker     |  Milestone:  PostGIS 3.0.0
Component:  postgis     |    Version:  trunk
 Keywords:              |
------------------------+---------------------------
 {{{
 # Select ST_Intersects(NULL, NULL);
 ERROR:  could not find function "intersects" in file
 "/usr/lib/postgresql/postgis-3.so"
 CONTEXT:  SQL function "st_intersects" statement 1
 }}}

 In r17263 the C function for intersects was renamed from `intersects` to
 `ST_intersects`, which is clearer but I wonder if really necessary.

 It appears that `intersects` is missing in postgis/postgis_legacy.c

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4333>
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