File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,11 +151,11 @@ class options_t
151151
152152 /* *
153153 * How many bits should the node id be shifted for the way node index?
154- * Use 0 to disable for backwards compatibility .
155- * Currently the default is 0, making osm2pgsql backwards compatible to
156- * earlier versions .
154+ * The result is a lossy index which is significantly smaller .
155+ * See https:// osm2pgsql.org/doc/manual.html#bucket-index-for-slim-mode
156+ * Use 0 to use a classic loss-less GIN index .
157157 */
158- uint8_t way_node_index_id_shift = 0 ;
158+ uint8_t way_node_index_id_shift = 5 ;
159159
160160 // / add an additional hstore column with objects key/value pairs, and what type of hstore column
161161 hstore_column hstore_mode = hstore_column::none;
You can’t perform that action at this time.
0 commit comments