]> git.openstreetmap.org Git - nominatim.git/commit
do not run osm2pgsql append with mutliple threads
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 5 Jan 2023 10:34:56 +0000 (11:34 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Mar 2023 09:53:35 +0000 (10:53 +0100)
commit40b061afd2c187ee48d7acc84e2bc7520b428fe4
tree6da4003f9119d50a7e19024529b49e4e6080a9a7
parenteb3a6aa5095fa4c15608dc9d9aeece3ef42b18a6
do not run osm2pgsql append with mutliple threads

As the updates modify the placex table, there may be deadlocks
when different objects want to forward modifications to the same
place (for example because they are both linked to it).
nominatim/tools/exec_utils.py