mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Merge pull request #1238 from lonvia/simplify-version-check
Simplify parsing of postgres and postgis versions
This commit is contained in:
@@ -102,7 +102,7 @@ class SetupFunctions
|
||||
$fPostgresVersion = getPostgresVersion($this->oDB);
|
||||
echo 'Postgres version found: '.$fPostgresVersion."\n";
|
||||
|
||||
if ($fPostgresVersion < 9.1) {
|
||||
if ($fPostgresVersion < 9.01) {
|
||||
fail('Minimum supported version of Postgresql is 9.1.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user