projects
/
nominatim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
do not rerank address by full match in postcode search
[nominatim.git]
/
lib-sql
/
functions
/
importance.sql
diff --git
a/lib-sql/functions/importance.sql
b/lib-sql/functions/importance.sql
index 22a87240bd87a2a88b3faa191e9033129079863a..1de5899ca2950c1b3fc3fee3750164eb3db52091 100644
(file)
--- a/
lib-sql/functions/importance.sql
+++ b/
lib-sql/functions/importance.sql
@@
-65,7
+65,7
@@
BEGIN
RETURN NULL;
END;
$$
-LANGUAGE plpgsql IMMUTABLE
STRICT
;
+LANGUAGE plpgsql IMMUTABLE;
{% else %}