]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/version.py
Added check for hstore extension
[nominatim.git] / nominatim / version.py
index 95420b341f33f6c8dd3a2a95efd20b06ec785b29..aef85300aaee1aff069bfa28f456d00bb2dbb0ea 100644 (file)
@@ -38,6 +38,7 @@ NOMINATIM_VERSION = NominatimVersion(4, 3, 0, 0)
 
 POSTGRESQL_REQUIRED_VERSION = (9, 6)
 POSTGIS_REQUIRED_VERSION = (2, 2)
+HSTORE_REQUIRED_VERSION = (1, 3)
 
 # Cmake sets a variable @GIT_HASH@ by executing 'git --log'. It is not run
 # on every execution of 'make'.