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

Jochen Topf notifications at github.com
Thu May 21 08:44:13 UTC 2020


@joto commented on this pull request.



> @@ -272,6 +272,12 @@ struct pending_threaded_processor : public pending_processor
                 throw;
             }
         }
+
+        for (auto const &clone : m_clones) {
+            for (auto const &clone_output : clone) {
+                clone_output->commit();
+            }
+        }

Will be in a separate PR.

-- 
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_r428524413
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200521/273dfade/attachment.htm>


More information about the Tile-serving mailing list