[Tile-serving] [openstreetmap/osm2pgsql] Bugfix: Do not create table as unlogged if it is not clustered (#1521)

Jochen Topf notifications at github.com
Tue Jun 8 13:09:11 UTC 2021


Tables created with the flex output that were marked `cluster: "no"`
were created as unlogged tables. This should only be done for tables
which will be replaced by their clustered copy later on.

See #27
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/osm2pgsql/pull/1521

-- Commit Summary --

  * Bugfix: Do not create table as unlogged if it is not clustered

-- File Changes --

    M src/flex-table.cpp (2)

-- Patch Links --

https://github.com/openstreetmap/osm2pgsql/pull/1521.patch
https://github.com/openstreetmap/osm2pgsql/pull/1521.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/1521
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210608/6b91b4c8/attachment.htm>


More information about the Tile-serving mailing list