[Tile-serving] [openstreetmap/osm2pgsql] Refactor pending processor (#1176)

Jochen Topf notifications at github.com
Thu May 21 08:02:03 UTC 2020


@joto commented on this pull request.



> @@ -43,18 +43,14 @@ bool full_dependency_manager_t::has_pending() const noexcept
     return !m_ways_pending_tracker.empty() || !m_rels_pending_tracker.empty();
 }
 
-void full_dependency_manager_t::process_pending(pending_processor &proc)
-{
-    osmid_t id;
-    while (id_tracker::is_valid(id = m_ways_pending_tracker.pop_mark())) {
-        proc.enqueue_way(id);
-    }
+idlist_t full_dependency_manager_t::get_ids(id_tracker& tracker) {

Fixed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1176#discussion_r428505097
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200521/8461bd65/attachment-0001.htm>


More information about the Tile-serving mailing list