From 7592f8f1890bdd422ba5c36681eb57cb2fb8764f Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 15 Dec 2022 12:13:12 +0100 Subject: [PATCH] update osm2pgsql (flex not building index) --- osm2pgsql | 2 +- settings/flex-base.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/osm2pgsql b/osm2pgsql index 6a5d2500..4facd1ae 160000 --- a/osm2pgsql +++ b/osm2pgsql @@ -1 +1 @@ -Subproject commit 6a5d2500e9689f55485d186306aadc55560085fd +Subproject commit 4facd1aea451cea220261c361698b8e5f18a9327 diff --git a/settings/flex-base.lua b/settings/flex-base.lua index fe3ce32a..341778ef 100644 --- a/settings/flex-base.lua +++ b/settings/flex-base.lua @@ -14,7 +14,8 @@ place_table = osm2pgsql.define_table{ { column = 'address', type = 'hstore' }, { column = 'extratags', type = 'hstore' }, { column = 'geometry', type = 'geometry', projection = 'WGS84', not_null = true }, - } + }, + indexes = {} } ------------- Place class ------------------------------------------