Fix typos and whitespace

This commit is contained in:
Ian Barwick
2016-05-30 16:01:38 +09:00
parent 3bcea46c3b
commit afc904f876
3 changed files with 4 additions and 4 deletions

View File

@@ -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;