]> 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>
Thu, 5 Jan 2023 10:34:56 +0000 (11:34 +0100)
commit6c61690ef36200f18c43415ddccdcddbf4d6227a
treedb0246da2283703bc034318c0127aafbece933a4
parentbf1f6a997ccdb115f7c77ab8ded34e80dca7abeb
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