mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
Fix typos and whitespace
This commit is contained in:
4
repmgr.c
4
repmgr.c
@@ -4264,10 +4264,10 @@ create_recovery_file(const char *data_dir)
|
||||
log_debug(_("recovery.conf: %s"), line);
|
||||
}
|
||||
|
||||
/* If pg_restore_command is set, we use it as resore_cmmand in recovery.conf */
|
||||
/* If pg_restore_command is set, we use it as restore_cmmand in recovery.conf */
|
||||
if (strcmp(options.pg_restore_command, "") != 0)
|
||||
{
|
||||
maxlen_snprintf(line, "restore_command = '%s'\n",
|
||||
maxlen_snprintf(line, "restore_command = '%s'\n",
|
||||
options.pg_restore_command);
|
||||
if (write_recovery_file_line(recovery_file, recovery_file_path, line) == false)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user