]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup/SetupClass.php
update osm2pgsql
[nominatim.git] / lib / setup / SetupClass.php
index fd31f0fe4143b834b2fbf63d693ad2f08b17eefc..f16c9e60cc3a22bcc713046cade8b791a5fc9136 100755 (executable)
@@ -201,6 +201,8 @@ class SetupFunctions
         $oCmd->addParams('--output', 'gazetteer');
         $oCmd->addParams('--hstore');
         $oCmd->addParams('--number-processes', 1);
+        $oCmd->addParams('--with-forward-dependencies', 'false');
+        $oCmd->addParams('--log-progress', 'true');
         $oCmd->addParams('--cache', $this->iCacheMemory);
         $oCmd->addParams('--port', $this->aDSNInfo['port']);