<p></p>
<p><b>@joto</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/1176#discussion_r428513501">src/osmdata.cpp</a>:</p>
<pre style='color:#555'>> +    {
+        m_queue = std::move(list);
+        process_queue("relation", do_rels);
+
+        // Collect expiry tree information from all clones and merge it back
+        // into the original outputs.
+        for (auto const &clone : m_clones) {
+            auto it = clone.begin();
+            for (auto const &output : m_outputs) {
+                assert(it != clone.end());
+                if (*it) {
+                    output->merge_expire_trees(it->get());
+                }
+                ++it;
+            }
+        }
</pre>
<p>Done.</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/1176#discussion_r428513501">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353XU7C5NJQXS3VH4ZCLRSTP7ZANCNFSM4NFW5W5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AA6353XQJC4HVVDZONDQBM3RSTP7ZA5CNFSM4NFW5W5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODDFRVBI.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/1176#discussion_r428513501",
"url": "https://github.com/openstreetmap/osm2pgsql/pull/1176#discussion_r428513501",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>