[postgis-tickets] [PostGIS] #4341: Use PgSQL12 "support function" API for indexed functions
PostGIS
trac at osgeo.org
Wed Mar 6 09:25:17 PST 2019
#4341: Use PgSQL12 "support function" API for indexed functions
-------------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: enhancement | Status: assigned
Priority: high | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
The PgSQL "support function" API allows functions to be re-written during
the planning phase to include appropriate index operators.
https://github.com/postgres/postgres/blob/93473c6ac805994a74e74ed13828c6c9433c8faf/src/include/nodes/supportnodes.h
Using this API will allow many of the SQL wrapper functions to be retired
and for spatial functions to be more appropriately costed.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4341>
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