1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src/command
David Steele 6b9e19d423 Convert configuration optional rules to pack format.
The previous format was custom for configuration parsing and was not as expressive as the pack format. An immediate benefit is that commands with the same optional rules are merged.

Defaults are now represented correctly (not multiplied), which simplifies the option default functions used by help.
2021-10-16 12:35:47 -04:00
..
archive Rename strNewN() to strNewZN(). 2021-10-07 19:57:28 -04:00
backup Rename PostgreSQL pid file constants and tests. 2021-10-13 19:36:59 -04:00
check Update comments referring to the PostgreSQL primary. 2021-10-13 12:16:47 -04:00
control Rename strNewN() to strNewZN(). 2021-10-07 19:57:28 -04:00
expire Fix documentation and comment typos. 2021-07-01 11:50:03 -04:00
help Convert configuration optional rules to pack format. 2021-10-16 12:35:47 -04:00
info More efficient memory allocation for Strings and String Variants. 2021-10-07 19:43:28 -04:00
local Refactor cmdLocal()/cmdRemote() to accept a ProtocolServer object. 2021-07-23 10:35:36 -04:00
remote Refactor cmdLocal()/cmdRemote() to accept a ProtocolServer object. 2021-07-23 10:35:36 -04:00
repo Fix documentation and comment typos. 2021-07-01 11:50:03 -04:00
restore Rename PostgreSQL pid file constants and tests. 2021-10-13 19:36:59 -04:00
stanza Rename PostgreSQL pid file constants and tests. 2021-10-13 19:36:59 -04:00
verify More efficient memory allocation for Strings and String Variants. 2021-10-07 19:43:28 -04:00
command.c More efficient memory allocation for Strings and String Variants. 2021-10-07 19:43:28 -04:00
command.h Remove unused parameter from cmdBegin(). 2020-08-20 14:16:36 -04:00