We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaf09a commit bbef913Copy full SHA for bbef913
contrib/pg_standby/pg_standby.c
@@ -69,7 +69,7 @@ int restoreCommandType;
69
int nextWALFileType;
70
71
#define SET_RESTORE_COMMAND(cmd, arg1, arg2) \
72
- snprintf(restoreCommand, MAXPGPATH, cmd " %s %s", arg1, arg2)
+ snprintf(restoreCommand, MAXPGPATH, cmd " \"%s\" \"%s\"", arg1, arg2)
73
74
struct stat stat_buf;
75
0 commit comments