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