mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-23 13:06:15 +03:00
8ff0aabaf3
This solves a bug with updating large invalid geometries. These geometries have an entry in place but not in placex. Thus, place_insert tries to delete the place entry and reinsert it on update. Deletion would fail because self-intersecting polygons still have an area and large areas are not deleted. |
||
---|---|---|
.. | ||
country_grid.sql | ||
functions.sql | ||
indices.src.sql | ||
loaddata.sql | ||
partitions.src.sql | ||
tables-minimal.sql | ||
tables.sql | ||
update_bigint.sql |