]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove ST_Covers check when also testing for ST_Intersects
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 22 Sep 2020 13:51:04 +0000 (15:51 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 23 Sep 2020 15:44:31 +0000 (17:44 +0200)
Using both is slightly problematic because they have different
ways to use the index. Newer versions of Postgis exhibit a
query planner issue when both functions appear together.
As ST_Intersects includes ST_Covers, simply remove the latter.


No differences found