<p></p>
<p><b>@joto</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425263717">src/dependency-manager.cpp</a>:</p>
<pre style='color:#555'>> + }
+}
+
+void full_dependency_manager_t::way_changed(osmid_t id) {
+ if (m_ways_pending_tracker.is_marked(id)) {
+ return;
+ }
+
+ for (auto const rel_id : m_object_store->get_rels_by_way(id)) {
+ m_rels_pending_tracker.mark(rel_id);
+ }
+}
+
+void full_dependency_manager_t::relation_changed(osmid_t id) {
+ if (m_rels_pending_tracker.is_marked(id)) {
+ return;
</pre>
<p>fixed</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425263717">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353X66AHI4AUNA35PGUDRRQKYVANCNFSM4M7BTDNQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AA6353RVYLGBPSX4T7BTYRLRRQKYVA5CNFSM4M7BTDN2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODCHCNXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425263717",
"url": "https://github.com/openstreetmap/osm2pgsql/pull/1168#discussion_r425263717",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>