]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/functions.sql
put indexing in update mode
[nominatim.git] / sql / functions.sql
index 6ad13892c6341646606a9166e60fe301424b05d4..84046d7ea88a47fcfaeaf294272df59b7b0f9c3e 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