Opened 5 years ago

Closed 5 years ago

#4404 closed defect (fixed)

Support Function for Selectivity

Reported by: pramsey Owned by: pramsey
Priority: blocker Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

Fun quirk of using support functions instead of inlined op+function combination: instead of getting operator selectivity in our join/filters we are now getting the function selectivity. That means they are WRONG, very WRONG. So now we need to bind the support functions into the usual selectivity mechanisms so they can return correct selectivity. Hopefully support functions and selectivity understand join context as well as scan context.

Change History (1)

comment:1 by pramsey, 5 years ago

Resolution: fixed
Status: assignedclosed

In 17446:

Fix selectivity issue with support functions, wherein… default
selectivities were the only thing we were returning.
Closes #4404

Note: See TracTickets for help on using tickets.