]> git.openstreetmap.org Git - nominatim.git/commitdiff
use coalsce() instead of indexless postgis functions
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 12 Aug 2023 17:14:13 +0000 (19:14 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 12 Aug 2023 17:14:13 +0000 (19:14 +0200)
ST_Intersects is deemed too expensive by the query planer which
leads to odd plans when index use is avoided.


No differences found