<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/516#discussion_r47471996">output-pgsql.cpp</a>:</p>
<pre style='color:#555'>> @@ -83,29 +83,12 @@ E4C1421D5BF24D06053E7DF4940
> 212696 Oswald Road \N \N \N \N \N \N minor \N \N \N \N \N \N \N 0102000020E610000004000000467D923B6C22D5BFA359D93EE4DF4940B3976DA7AD11D5BF84BBB376DBDF4940997FF44D9A06D5BF4223D8B8FEDF49404D158C4AEA04D
> 5BF5BB39597FCDF4940
> */
> -int output_pgsql_t::pgsql_out_way(osmid_t id, const taglist_t &tags, const nodelist_t &nodes, int exists)
> +int output_pgsql_t::pgsql_out_way(osmid_t id, taglist_t &outtags,
</pre>
<p>It is not an issue at the two places where the function is currently used.</p>
<p>Th whole area hack is a bit dirty anyway. In the long run I would prefer to move the special-casing of the area tag into table_t::write_wkt() to avoid tag modification and remove all that code duplication. It would also make the area available for output-multi.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/osm2pgsql/pull/516/files#r47471996">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AD2-7nL5leghRii19O2OG72qrwrMNuzSks5pPnkTgaJpZM4G0T1h.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/openstreetmap/osm2pgsql/pull/516/files#r47471996"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>