]> git.openstreetmap.org Git - nominatim.git/commit
add support for new middle table format of osm2pgsql
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 15 Feb 2024 15:19:56 +0000 (16:19 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 27 Feb 2024 17:18:19 +0000 (18:18 +0100)
commit36b1660121a9261998a2b36cff741587ce5b3c5b
tree9f31dbbaf9d036858085a76a0c615e0225dfbac3
parenta4f2e6a893d125eef553a25c9687f536ce357b90
add support for new middle table format of osm2pgsql

Functions are adapted according to the format detected from the
osm2pgsql property table.
lib-sql/functions/placex_triggers.sql
lib-sql/functions/utils.sql
lib-sql/tables.sql
nominatim/db/sql_preprocessor.py
test/bdd/steps/steps_db_ops.py