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.
Note:
See TracTickets
for help on using tickets.
In 17446: