David Steele
|
c3f47bf240
|
Move config parsing out of Perl tests.
cfgParseTest() is provided in the C library for parsing configs in unit tests.
|
2018-02-05 12:32:30 -05:00 |
|
David Steele
|
be90028100
|
Rename db-* options to pg-* and backup-* options to repo-* to improve consistency.
* repo-* options are now indexed although only one is allowed.
* List deprecated option names in documentation and command-line help.
|
2018-02-03 18:27:38 -05:00 |
|
David Steele
|
4f1725dc36
|
Replace cfgCommandTotal()/cfgOptionTotal() functions with constants.
The constants are applicable in more cases and allow the compiler to optimize certain loops more efficiently.
|
2017-12-05 09:45:51 -05:00 |
|
David Steele
|
ac542788da
|
Convert configuration definitions from auto-generated functions to auto-generated data structures.
|
2017-11-02 08:14:13 -04:00 |
|