mirror of
https://github.com/osm-search/Nominatim.git
synced 2025-01-08 22:49:15 +03:00
revert attempt to fix house number re-indexing on update, far too slow
This commit is contained in:
parent
8eb39d6a6f
commit
afe30880b4
@ -1271,8 +1271,6 @@ BEGIN
|
||||
DELETE FROM place_boundingbox where place_id = NEW.place_id;
|
||||
result := deleteRoad(NEW.partition, NEW.place_id);
|
||||
result := deleteLocationArea(NEW.partition, NEW.place_id);
|
||||
UPDATE placex set indexed_status = 2 where parent_place_id = NEW.place_id and indexed_status = 0 and rank_search > 28;
|
||||
UPDATE placex set linked_place_id = null, indexed_status = 2 where linked_place_id = NEW.place_id and indexed_status = 0;
|
||||
UPDATE placex set linked_place_id = null where linked_place_id = NEW.place_id;
|
||||
END IF;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user