[Tile-serving] [openstreetmap/osm2pgsql] Fix multistage processing (take 2) (#1215)

Jochen Topf notifications at github.com
Mon Jun 22 08:41:18 UTC 2020


@joto commented on this pull request.



>  {
-    if (m_dependency_manager->has_pending()) {
-        multithreaded_processor proc{m_conninfo, m_mid, m_outs,
-                                     (std::size_t)m_num_procs};
+    if (!m_dependency_manager->has_pending()) {
+        return;
+    }

Not applicable any more.

-- 
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/1215#discussion_r443403788
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200622/7e0f70c7/attachment-0001.htm>


More information about the Tile-serving mailing list