]> git.openstreetmap.org Git - nominatim.git/commitdiff
update osm2pgsql (flex not building index)
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 15 Dec 2022 11:13:12 +0000 (12:13 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 18 Dec 2022 09:10:58 +0000 (10:10 +0100)
osm2pgsql
settings/flex-base.lua

index 6a5d2500e9689f55485d186306aadc55560085fd..4facd1aea451cea220261c361698b8e5f18a9327 160000 (submodule)
--- a/osm2pgsql
+++ b/osm2pgsql
@@ -1 +1 @@
-Subproject commit 6a5d2500e9689f55485d186306aadc55560085fd
+Subproject commit 4facd1aea451cea220261c361698b8e5f18a9327
index fe3ce32ae6d85cd18fe0217900ba324da58c12e8..341778efdcb549df044f21e208d5b66ec5cb8506 100644 (file)
@@ -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 ------------------------------------------