[Tile-serving] [openstreetmap/osm2pgsql] Use fmt::format() function instead of ""_format literal (PR #1874)
Jochen Topf
notifications at github.com
Fri Jan 6 19:19:20 UTC 2023
@joto commented on this pull request.
> } else {
- sql +=
- "ST_GeoHash(ST_Transform(ST_Envelope({}),4326),10)"_format(
- geom_column_name);
+ sql += fmt::format(
+ "ST_GeoHash(ST_Transform(ST_Envelope({}),4326),10)",
+ table().geom_column().name());
Looks like I botched the rebase. Fixed commit on the way...
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1874#discussion_r1063715441
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/pull/1874/review/1239275701 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230106/833e02b0/attachment.htm>
More information about the Tile-serving
mailing list