Added check for hstore extension

This commit is contained in:
Robbe Haesendonck
2023-09-21 12:20:46 +02:00
committed by Sarah Hoffmann
parent 38369ca3cf
commit d4018f2e3b
3 changed files with 23 additions and 1 deletions

View 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'.