Opened 5 years ago

Closed 5 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

Change History (1)

comment:1 by Raul Marin, 5 years ago

Resolution: fixed
Status: newclosed

In 17284:

Add intersects to postgis_legacy.c

Closes https://github.com/postgis/postgis/pull/377
Closes #4333

Note: See TracTickets for help on using tickets.