You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a database is imported with --with-forward-dependencies=false and then updated without the option, updates will be slow to the point of being unusable because the way-node index is missing.
osm2pgsql should check that the index exists before allowing forward dependencies.
If a database is imported with
--with-forward-dependencies=false
and then updated without the option, updates will be slow to the point of being unusable because the way-node index is missing.osm2pgsql should check that the index exists before allowing forward dependencies.
Related to #1311.
The text was updated successfully, but these errors were encountered: