From: Sarah Hoffmann Date: Sat, 12 Aug 2023 17:14:13 +0000 (+0200) Subject: use coalsce() instead of indexless postgis functions X-Git-Tag: v4.3.0~29 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/611b925368aa0a8716ed91fba41c2de8d4917fdf?hp=611b925368aa0a8716ed91fba41c2de8d4917fdf use coalsce() instead of indexless postgis functions ST_Intersects is deemed too expensive by the query planer which leads to odd plans when index use is avoided. ---