1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/build
David Steele 41789d70d1 Remove cfgOptionId() and replace it with cfgParseOption().
cfgOptionId() did not recognize deprecated options which made the help command throw errors when they were specified on the command line. cfgParseOption() will correctly identify deprecated options.

cfgParseOption() can also be used in cfgParse() to reduce code duplication when parsing info out of the option value returned by optionFind().

Finally, code the option key index separately in parse.auto.c. For now they are simply added back together but future code will need them separated.
2020-10-20 11:24:26 -04:00
..
lib/pgBackRestBuild Remove cfgOptionId() and replace it with cfgParseOption(). 2020-10-20 11:24:26 -04:00
error.yaml Use PostgreSQL instead of postmaster where appropriate. 2020-06-17 15:14:59 -04:00