diff options
Diffstat (limited to 'src/common/archive.c')
-rw-r--r-- | src/common/archive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/archive.c b/src/common/archive.c index de42e914f74..641a58ee888 100644 --- a/src/common/archive.c +++ b/src/common/archive.c @@ -33,7 +33,7 @@ * The result is a palloc'd string for the restore command built. The * caller is responsible for freeing it. If any of the required arguments * is NULL and that the corresponding alias is found in the command given - * by the caller, then NULL is returned. + * by the caller, then an error is thrown. */ char * BuildRestoreCommand(const char *restoreCommand, |