]> granicus.if.org Git - postgis/commit
Relationship functions not using an index in some cases
authorRegina Obe <lr@pcorp.us>
Thu, 5 Jan 2017 19:51:00 +0000 (19:51 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 5 Jan 2017 19:51:00 +0000 (19:51 +0000)
commitddd282abdcb3b3579c35704d248146832b2e7cd8
tree522f3805f7a93825ca819ea0d00d5afa75f8aacf
parent30a26a047ce68e28feb984a91c36a15c2185b1ff
Relationship functions not using an index in some cases
Set cost back to 1 for functions that return a geometry
A higher cost has the side-effect of making the planner
think when used in conjunction with relate constructs like ST_Intersects
it's cheaper to compute the geometry once rather
than compute twice and break into an index and non-index call.
References #3675 for PostGIS 2.4

git-svn-id: http://svn.osgeo.org/postgis/trunk@15281 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/postgis.sql.in