]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/functions.sql
work around strange query planning behaviour
[nominatim.git] / lib-sql / functions.sql
index 750af9f0f5a9efa79e208f18b6295f92a3b248b9..158969d95e124878884d05c72a3b491fb3a7606c 100644 (file)
@@ -1,5 +1,11 @@
+-- SPDX-License-Identifier: GPL-2.0-only
+--
+-- This file is part of Nominatim. (https://nominatim.org)
+--
+-- Copyright (C) 2022 by the Nominatim developer community.
+-- For a full list of authors see the git log.
+
 {% include('functions/utils.sql') %}
-{% include('functions/normalization.sql') %}
 {% include('functions/ranking.sql') %}
 {% include('functions/importance.sql') %}
 {% include('functions/address_lookup.sql') %}