make phpcs happy

This commit is contained in:
Sarah Hoffmann 2020-06-28 18:24:29 +02:00
parent 95fc680af9
commit 214f92c428

View File

@ -92,8 +92,10 @@ if (!is_null(CONST_Osm2pgsql_Flatnode_File) && CONST_Osm2pgsql_Flatnode_File) {
$oOsm2pgsqlCmd->addParams('--flat-nodes', CONST_Osm2pgsql_Flatnode_File);
}
if ($fPostgresVersion >= 11.0) {
$oOsm2pgsqlCmd->addEnvPair('PGOPTIONS',
'-c jit=off -c max_parallel_workers_per_gather=0');
$oOsm2pgsqlCmd->addEnvPair(
'PGOPTIONS',
'-c jit=off -c max_parallel_workers_per_gather=0'
);
}