]> git.openstreetmap.org Git - nominatim.git/commit
pgsqlRunPartitionScript needs global $aCMDResult
authorIrlJidel <donal.diamond@gmail.com>
Thu, 14 Jul 2016 18:49:58 +0000 (19:49 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2016 18:49:58 +0000 (19:49 +0100)
commitca924426019c61ca8f9e2b27d1c4883625c3aa03
tree435445957b4b93450eac7f308d87dec2df0d5aab
parent665de339e5c1afde21d836ce4be9abe94ae483e0
pgsqlRunPartitionScript needs global $aCMDResult

function pgsqlRunPartitionScript  was missing global $aCMDResult

setup was failing with

...
PHP Notice:  Undefined variable: aCMDResult in /home/roles/nominatim/app/Nominatim/build/utils/setup.php on line 768
NOTICE:  type "nearplace" does not exist, skipping
..
ERROR:  relation "location_area_large_0" already exists
ERROR: pgsql returned with error code (3)
pgsql returned with error code (3)
Command exited with non-zero status 255
utils/setup.php