"retire" old configuration handling code

This commit is contained in:
Ian Barwick
2020-05-07 16:38:37 +09:00
parent 94fbf76b2e
commit 3dde8f1386
5 changed files with 237 additions and 237 deletions

View File

@@ -1074,11 +1074,12 @@ main(int argc, char **argv)
* clone'), however if available we'll parse it anyway for options like
* 'log_level', 'use_replication_slots' etc.
*/
load_config2(runtime_options.config_file,
runtime_options.verbose,
runtime_options.terse,
argv[0]);
exit(0);
load_config(runtime_options.config_file,
runtime_options.verbose,
runtime_options.terse,
argv[0]);
//exit(0);
check_cli_parameters(action);
/*