]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
revert error checking on pgsql restore
[nominatim.git] / utils / setup.php
index a1d8ae5db9ef1d122c11ca9a55e6df41773d0e08..71e7dab59810573a7699cff5fd2eb980b8703e79 100755 (executable)
                fclose($ahPipes[1]);
 
                $iReturn = proc_close($hProcess);
-               if ($iReturn > 0)
-               {
-                       fail("pgsql returned with error code ($iReturn)");
-               }
        }
 
        function pgsqlRunDropAndRestore($sDumpFile)
                fclose($ahPipes[1]);
 
                $iReturn = proc_close($hProcess);
-               if ($iReturn > 0)
-               {
-                       fail("pgsql returned with error code ($iReturn)");
-               }
        }
 
        function passthruCheckReturn($cmd)