1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/src/command
David Steele bcc925b740 Replace misused kvAdd() with kvPut().
Although kvAdd() works like kvPut() on the first call, kvPut() is more efficient when a key has a single value.

Update the comment to clarify that kvAdd() is seldom required.
2021-04-22 20:04:27 -04:00
..
archive Remove auto-generated option String constants. 2021-04-22 19:10:13 -04:00
backup Remove redundant CompressType conversions. 2021-04-22 19:28:11 -04:00
check Use option constants in warnings. 2021-04-22 08:15:36 -04:00
control Allow multiple remote locks from the same main process. 2020-11-23 12:41:54 -05:00
expire Expire continues if an error occurs processing a repository. 2021-02-23 12:20:02 -05:00
help Fix help when a valid option is invalid for the specified command. 2021-04-22 11:48:04 -04:00
info Replace misused kvAdd() with kvPut(). 2021-04-22 20:04:27 -04:00
local Improve protocol handlers. 2021-03-16 13:09:34 -04:00
remote Improve protocol handlers. 2021-03-16 13:09:34 -04:00
repo GCS support for repository storage. 2021-03-05 12:13:51 -05:00
restore Remove auto-generated option String constants. 2021-04-22 19:10:13 -04:00
stanza Use option constants in warnings. 2021-04-22 08:15:36 -04:00
verify Add StringId type. 2021-04-20 15:22:42 -04:00
command.c Add lstEmpty(), strLstEmpty(), and varLstEmpty(). 2021-01-29 14:27:56 -05:00
command.h Remove unused parameter from cmdBegin(). 2020-08-20 14:16:36 -04:00