mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Minor string formatting optimization
This commit is contained in:
@@ -763,7 +763,7 @@ do_standby_clone(void)
|
|||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
}
|
}
|
||||||
|
|
||||||
appendPQExpBufferStr(&command, " ");
|
appendPQExpBufferChar(&command, ' ');
|
||||||
|
|
||||||
/* Somewhat inconsistent, but pg_verifybackup doesn't accept a -D option */
|
/* Somewhat inconsistent, but pg_verifybackup doesn't accept a -D option */
|
||||||
appendShellString(&command,
|
appendShellString(&command,
|
||||||
|
|||||||
Reference in New Issue
Block a user