mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Typo in a comment.
Reported by @nucfisher
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -4264,7 +4264,7 @@ create_recovery_file(const char *data_dir)
|
|||||||
log_debug(_("recovery.conf: %s"), line);
|
log_debug(_("recovery.conf: %s"), line);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If pg_restore_command is set, we use it as restore_cmmand in recovery.conf */
|
/* If pg_restore_command is set, we use it as restore_command in recovery.conf */
|
||||||
if (strcmp(options.pg_restore_command, "") != 0)
|
if (strcmp(options.pg_restore_command, "") != 0)
|
||||||
{
|
{
|
||||||
maxlen_snprintf(line, "restore_command = '%s'\n",
|
maxlen_snprintf(line, "restore_command = '%s'\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user