We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a684ef1 commit 4ab3e93Copy full SHA for 4ab3e93
1 file changed
output.h
@@ -29,7 +29,7 @@ struct output_options {
29
const char *expire_tiles_filename; /* File name to output expired tiles list to */
30
int enable_hstore; /* add an additional hstore column with objects key/value pairs */
31
int enable_multi; /* Output multi-geometries intead of several simple geometries */
32
- char** hstore_columns; /* list of columns that should be written into their own hstore column */
+ const char** hstore_columns; /* list of columns that should be written into their own hstore column */
33
int n_hstore_columns; /* number of hstore columns */
34
};
35
0 commit comments