Hi. I'm trying to apply with osmosis the day diff #1726 to my osm apidb, but I got this error: 'duplicate key value violates unique constraint "users_display_name_idx"'. This happens because, apparently, two users (whose ids are 6115593 and 4518891) have the same display_name ("Андрей Б"), but this should not be possible, according to the current osm apidb schema. How could this happen on OSM? What should I do in order to address this issue? asked 08 Jun '17, 11:15 ardean80 |
The display_names are not identical: 6115593 is
"Андрей Б"
and 4518891 is"Андрей Б "
. The latter has a trailing space.No, they were identical. The older one has been changed with a trailing space, as a fix, after I opened the same issue on github ( https://github.com/openstreetmap/openstreetmap-website/issues/1560 ).