mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 11:34:07 +00:00
make phpcs happy
This commit is contained in:
@@ -92,8 +92,10 @@ if (!is_null(CONST_Osm2pgsql_Flatnode_File) && CONST_Osm2pgsql_Flatnode_File) {
|
|||||||
$oOsm2pgsqlCmd->addParams('--flat-nodes', CONST_Osm2pgsql_Flatnode_File);
|
$oOsm2pgsqlCmd->addParams('--flat-nodes', CONST_Osm2pgsql_Flatnode_File);
|
||||||
}
|
}
|
||||||
if ($fPostgresVersion >= 11.0) {
|
if ($fPostgresVersion >= 11.0) {
|
||||||
$oOsm2pgsqlCmd->addEnvPair('PGOPTIONS',
|
$oOsm2pgsqlCmd->addEnvPair(
|
||||||
'-c jit=off -c max_parallel_workers_per_gather=0');
|
'PGOPTIONS',
|
||||||
|
'-c jit=off -c max_parallel_workers_per_gather=0'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user