X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f1cbca788531e9eefe5fbbadd7ac0d218f6aa076..30aceda42b01ec8696cd8b81c937ea2a987ae0f0:/utils/setup.php diff --git a/utils/setup.php b/utils/setup.php index 734f669f..870d37ec 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -803,10 +803,6 @@ fclose($ahPipes[1]); $iReturn = proc_close($hProcess); - if ($iReturn > 0) - { - fail("pgsql returned with error code ($iReturn)"); - } } function pgsqlRunDropAndRestore($sDumpFile) @@ -835,10 +831,6 @@ fclose($ahPipes[1]); $iReturn = proc_close($hProcess); - if ($iReturn > 0) - { - fail("pgsql returned with error code ($iReturn)"); - } } function passthruCheckReturn($cmd)