This commit is contained in:
Sarah Hoffmann 2017-04-18 22:44:39 +02:00
parent 446a5a95bc
commit 71e6d5f9a6

View File

@ -381,7 +381,7 @@ if ($aCMDResult['load-data'] || $aCMDResult['all']) {
$sSQL .= "class='place' and type='houses' and osm_type='W' and ST_GeometryType(geometry) = 'ST_LineString'";
if ($aCMDResult['verbose']) echo "$sSQL\n";
if (!pg_send_query($aDBInstances[$iLoadThreads]->connection, $sSQL)) {
fail(pg_last_error($aDBInstances[$iLoadThreads]->->connection));
fail(pg_last_error($aDBInstances[$iLoadThreads]->connection));
}
$bAnyBusy = true;