]> git.openstreetmap.org Git - nominatim.git/commit
Simplify the POI backfill by filtering the classtype tables
authorItz-Agasta <rupamgolui69@gmail.com>
Wed, 5 Aug 2026 14:59:32 +0000 (20:29 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Wed, 5 Aug 2026 14:59:32 +0000 (20:29 +0530)
commitae70895f14ff648b83ce9d6fb9953711579b2496
treeaefe5199fb89535b65aa54e94c0c3f2f526406f0
parentdfae13041b4d3903d5863eb5126179caf952a3a8
Simplify the POI backfill by filtering the classtype tables

Only consider place_classtype_* tables whose name consists of valid
ltree label characters. The class and type of the rows to update then
are valid labels by construction and do not need to be sanitized.
src/nominatim_db/tools/migration.py