[Tile-serving] [openstreetmap/osm2pgsql] Split table_t constructor (#909)
Sarah Hoffmann
notifications at github.com
Mon Feb 11 22:33:08 UTC 2019
Moves some of the parameters to start() and stop(). As some of them are only used locally in the function, they can even be removed as members.
Also removes index on the temporary table. This should never be needed on the initial import. It is created on the final table in stop() again, where it is needed for later updates
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/osm2pgsql/pull/909
-- Commit Summary --
* break up giant constructor of table_t
* remove unused header
-- File Changes --
M output-multi.cpp (18)
M output-pgsql.cpp (24)
M output.cpp (1)
M table.cpp (85)
M table.hpp (20)
-- Patch Links --
https://github.com/openstreetmap/osm2pgsql/pull/909.patch
https://github.com/openstreetmap/osm2pgsql/pull/909.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/909
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190211/590fd13b/attachment.html>
More information about the Tile-serving
mailing list