[Tile-serving] [openstreetmap/osm2pgsql] Fix multistage processing (take 2) (#1215)
Jochen Topf
notifications at github.com
Thu Jun 25 07:25:15 UTC 2020
@joto commented on this pull request.
> auto const &relation = m_rels_buffer.get<osmium::Relation>(0);
+ m_disable_add_row = true;
Threading confusion strikes again. This is only set in the sub-threads, while the stage2 runs in the main thread. I have changed the code anyway and disabled it after the call again, to avoid this confusion and make it more robust if we decide to change in what thread things run.
--
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_r445357947
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200625/ae002ab3/attachment.htm>
More information about the Tile-serving
mailing list