]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/functions.sql
timezone trouble
[nominatim.git] / sql / functions.sql
index a44fee9e9e78fb229694123fd45c6c9fb6635f6c..1411f300461b91707e4e82d52faa7a4849dd140e 100644 (file)
@@ -1108,7 +1108,7 @@ BEGIN
 --    RETURN NULL;
 --  END IF;
 
-  RETURN NEW;  -- The following is not needed until doing diff updates, and slows the main index process down
+--  RETURN NEW;  -- The following is not needed until doing diff updates, and slows the main index process down
 
   IF (ST_GeometryType(NEW.geometry) in ('ST_Polygon','ST_MultiPolygon') AND ST_IsValid(NEW.geometry)) THEN
     -- Performance: We just can't handle re-indexing for country level changes