Merge branch 'better-reverse' of https://github.com/gemo1011/Nominatim into gemo1011-better-reverse

This commit is contained in:
Sarah Hoffmann
2018-07-02 21:33:27 +02:00
7 changed files with 290 additions and 122 deletions

View File

@@ -596,6 +596,7 @@ if ($aCMDResult['create-search-indices'] || $aCMDResult['all']) {
$bDidSomething = true;
$sTemplate = file_get_contents(CONST_BasePath.'/sql/indices.src.sql');
$sTemplate = str_replace('{www-user}', CONST_Database_Web_User, $sTemplate);
$sTemplate = replace_tablespace(
'{ts:address-index}',
CONST_Tablespace_Address_Index,