]> git.openstreetmap.org Git - nominatim.git/commitdiff
put indexing in update mode
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 10 Mar 2012 13:14:33 +0000 (14:14 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 10 Mar 2012 13:14:33 +0000 (14:14 +0100)
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