[Tile-serving] [openstreetmap/osm2pgsql] New dependency manager (#1168)
Jochen Topf
notifications at github.com
Tue May 12 18:06:45 UTC 2020
The new dependency manager takes over some of the responsibilities of the middle. This way we decouple the dependency tracking from the object storage. It makes the code easier to understand and to change.
There are more refactorings coming after this.
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/osm2pgsql/pull/1168
-- Commit Summary --
* New dependency manager class
* Add debug access to pending way/relation ids in dependency manager
* Disentangle the pending_processor code
-- File Changes --
M src/CMakeLists.txt (2)
A src/dependency-manager.cpp (60)
A src/dependency-manager.hpp (161)
M src/middle-pgsql.cpp (106)
M src/middle-pgsql.hpp (17)
M src/middle-ram.hpp (5)
M src/middle.hpp (39)
M src/osm2pgsql.cpp (12)
M src/osmdata.cpp (39)
M src/osmdata.hpp (5)
M src/output.hpp (15)
M tests/common-import.hpp (40)
M tests/test-middle.cpp (84)
M tests/test-output-multi-point-multi-table.cpp (4)
M tests/test-parse-osmium.cpp (60)
-- Patch Links --
https://github.com/openstreetmap/osm2pgsql/pull/1168.patch
https://github.com/openstreetmap/osm2pgsql/pull/1168.diff
--
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/1168
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200512/0ae49385/attachment.htm>
More information about the Tile-serving
mailing list