[Tile-serving] [openstreetmap/osm2pgsql] output-multi: unnecessary expiry for relations (#682)

Sarah Hoffmann notifications at github.com
Wed Feb 1 22:42:21 UTC 2017


`output_multi_t::process_relation()` does its own expiry of geometries [when looping over the wkbs created from the relation](https://github.com/openstreetmap/osm2pgsql/blob/master/output-multi.cpp#L402). It then calls `copy_to_table()` which in turn calls expiry [here](https://github.com/openstreetmap/osm2pgsql/blob/master/output-multi.cpp#L446) and [here](https://github.com/openstreetmap/osm2pgsql/blob/master/output-multi.cpp#L457). Both actually work on the content of m_way_helper which actual has still the last processed way cached.

-- 
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/issues/682
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170201/ef0b39a3/attachment.html>


More information about the Tile-serving mailing list