<p><b>@joto</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/971#discussion_r346857681">options.hpp</a>:</p>
<pre style='color:#555'>>      std::shared_ptr<reprojection> projection; ///< SRS of projection
-    bool append; ///< Append to existing data
-    bool slim; ///< In slim mode
-    int cache; ///< Memory usable for cache in MB
-    boost::optional<std::string> tblsmain_index; ///< Pg Tablespace to store indexes on main tables (no default TABLESPACE)
-    boost::optional<std::string> tblsslim_index; ///< Pg Tablespace to store indexes on slim tables (no default TABLESPACE)
-    boost::optional<std::string> tblsmain_data; ///< Pg Tablespace to store main tables (no default TABLESPACE)
-    boost::optional<std::string> tblsslim_data; ///< Pg Tablespace to store slim tables (no default TABLESPACE)
-    std::string style; ///< style file to use
+    bool append = false; ///< Append to existing data
+    bool slim = false; ///< In slim mode
+    int cache = 800; ///< Memory usable for cache in MB
+    boost::optional<std::string> tblsmain_index{boost::none}; ///< Pg Tablespace to store indexes on main tables (no default TABLESPACE)
+    boost::optional<std::string> tblsslim_index{boost::none}; ///< Pg Tablespace to store indexes on slim tables (no default TABLESPACE)
+    boost::optional<std::string> tblsmain_data{boost::none}; ///< Pg Tablespace to store main tables (no default TABLESPACE)
+    boost::optional<std::string> tblsslim_data{boost::none}; ///< Pg Tablespace to store slim tables (no default TABLESPACE)
</pre>
<p>Fixed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/osm2pgsql/pull/971?email_source=notifications&email_token=AA6353X6RRVTIXNO23OTK5DQT2ZDLA5CNFSM4JNC4WVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLXSUZY#discussion_r346857681">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353TPRHMETI7S23QA3VDQT2ZDLANCNFSM4JNC4WVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AA6353RRX36XONYVXKGKI53QT2ZDLA5CNFSM4JNC4WVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLXSUZY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/osm2pgsql/pull/971?email_source=notifications\u0026email_token=AA6353X6RRVTIXNO23OTK5DQT2ZDLA5CNFSM4JNC4WVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLXSUZY#discussion_r346857681",
"url": "https://github.com/openstreetmap/osm2pgsql/pull/971?email_source=notifications\u0026email_token=AA6353X6RRVTIXNO23OTK5DQT2ZDLA5CNFSM4JNC4WVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLXSUZY#discussion_r346857681",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>