File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -161,11 +161,19 @@ static int cdb2_alarm_unread_socket_data_set_from_env = 0;
161161static int cdb2_max_discard_records = 1 ;
162162static int cdb2_max_discard_records_set_from_env = 0 ;
163163/* flattens column values in protobuf structure */
164+ #ifdef CDB2_LEGACY_DEFAULTS
165+ static int cdb2_flat_col_vals = 0 ;
166+ #else
164167static int cdb2_flat_col_vals = 1 ;
168+ #endif
165169static int cdb2_flat_col_vals_set_from_env = 0 ;
166170/* estimates how much memory protobuf will need, and pre-allocates that much */
167171static int CDB2_PROTOBUF_HEURISTIC_INIT_SIZE = 1024 ;
172+ #ifdef CDB2_LEGACY_DEFAULTS
173+ static int cdb2_protobuf_heuristic = 0 ;
174+ #else
168175static int cdb2_protobuf_heuristic = 1 ;
176+ #endif
169177static int cdb2_protobuf_heuristic_set_from_env = 0 ;
170178
171179static int CDB2_REQUEST_FP = 0 ;
You can’t perform that action at this time.
0 commit comments