[Tile-serving] [openstreetmap/osm2pgsql] Add --middle-propagate-changes option (#1310)

Jochen Topf notifications at github.com
Tue Nov 10 10:08:36 UTC 2020


@joto commented on this pull request.



> @@ -193,11 +194,7 @@ class multithreaded_processor
             auto copy_thread = std::make_shared<db_copy_thread_t>(conninfo);
 
             for (auto const &out : m_outputs) {
-                if (out->need_forward_dependencies()) {
-                    m_clones[i].push_back(out->clone(midq, copy_thread));
-                } else {
-                    m_clones[i].emplace_back(nullptr);
-                }
+                m_clones[i].push_back(out->clone(midq, copy_thread));

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/1310#discussion_r520440571
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201110/ec1b5425/attachment.htm>


More information about the Tile-serving mailing list