Opened 6 years ago
Closed 6 years ago
#4333 closed defect (fixed)
ERROR: could not find function "intersects"
Reported by: | Algunenano | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
# 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
Note:
See TracTickets
for help on using tickets.
In 17284: