Minor string formatting optimization

This commit is contained in:
Ian Barwick
2020-12-04 10:16:21 +09:00
parent e824dfd499
commit 220bcbd620

View File

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