1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src/command
David Steele 51785739f4
Store config values as a union instead of a variant.
The variants were needed to easily serialize configurations for the Perl code.

Unions are more efficient and will allow us to add new types that are not supported by variants, e.g. StringId.
2021-10-22 18:02:20 -04:00
..
archive Fix typos. 2021-10-21 13:31:22 -04:00
backup Store config values as a union instead of a variant. 2021-10-22 18:02:20 -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 Store config values as a union instead of a variant. 2021-10-22 18:02:20 -04:00
help Store config values as a union instead of a variant. 2021-10-22 18:02:20 -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 Store config values as a union instead of a variant. 2021-10-22 18:02:20 -04:00
server Add TLS Server. 2021-10-18 14:32:41 -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