@@ -53,30 +53,30 @@ struct options_t
5353 bool prefix_is_set = false ;
5454
5555 // / Pg Tablespace to store indexes on main tables (no default TABLESPACE)
56- std::string tblsmain_index{} ;
56+ std::string tblsmain_index;
5757
5858 // / Pg Tablespace to store indexes on slim tables (no default TABLESPACE)
59- std::string tblsslim_index{} ;
59+ std::string tblsslim_index;
6060
6161 // / Pg Tablespace to store main tables (no default TABLESPACE)
62- std::string tblsmain_data{} ;
62+ std::string tblsmain_data;
6363
6464 // / Pg Tablespace to store slim tables (no default TABLESPACE)
65- std::string tblsslim_data{} ;
65+ std::string tblsslim_data;
6666
6767 // / Default Pg schema.
6868 std::string dbschema{" public" };
6969
7070 // / Pg schema to store middle tables in.
71- std::string middle_dbschema{} ;
71+ std::string middle_dbschema;
7272
7373 // / Pg schema to store output tables in.
74- std::string output_dbschema{} ;
74+ std::string output_dbschema;
7575
76- std::string style{} ; // /< style file to use
76+ std::string style; // /< style file to use
7777
7878 // / Name of the flat node file used. Empty if flat node file is not enabled.
79- std::string flat_node_file{} ;
79+ std::string flat_node_file;
8080
8181 std::string tag_transform_script;
8282
0 commit comments