]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/functions/interpolation.sql
Merge pull request #2709 from lonvia/less-strict-country-assignment
[nominatim.git] / lib-sql / functions / interpolation.sql
index 64775678bb26f8159969ca1144a64aa05ab18ce3..c8cfbcc68c53dece2e3f84ea40c12f99dc77da86 100644 (file)
@@ -213,7 +213,7 @@ BEGIN
               and address is not NULL and address ? 'housenumber'
         ORDER BY nodeidpos
     LOOP
-      RAISE WARNING 'processing point % (%)', nextnode.hnr, ST_AsText(nextnode.geometry);
+      {% if debug %}RAISE WARNING 'processing point % (%)', nextnode.hnr, ST_AsText(nextnode.geometry);{% endif %}
       IF linegeo is null THEN
         linegeo := NEW.linegeo;
       ELSE