mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Fix typos and whitespace
This commit is contained in:
2
config.c
2
config.c
@@ -375,7 +375,7 @@ parse_config(t_configuration_options *options)
|
||||
else if (strcmp(name, "tablespace_mapping") == 0)
|
||||
tablespace_list_append(options, value);
|
||||
else if (strcmp(name, "pg_restore_command") == 0)
|
||||
strncpy(options->pg_restore_command, value, MAXLEN);
|
||||
strncpy(options->pg_restore_command, value, MAXLEN);
|
||||
else
|
||||
{
|
||||
known_parameter = false;
|
||||
|
||||
Reference in New Issue
Block a user