diff options
Diffstat (limited to 'src/bin/pg_basebackup/walmethods.h')
-rw-r--r-- | src/bin/pg_basebackup/walmethods.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_basebackup/walmethods.h b/src/bin/pg_basebackup/walmethods.h index 8d7f24f9e14..4abdfd8333f 100644 --- a/src/bin/pg_basebackup/walmethods.h +++ b/src/bin/pg_basebackup/walmethods.h @@ -53,8 +53,8 @@ struct WalWriteMethod ssize_t (*get_file_size) (const char *pathname); /* - * Return the name of the current file to work on, without the base - * directory. This is useful for logging. + * Return the name of the current file to work on in pg_malloc()'d string, + * without the base directory. This is useful for logging. */ char *(*get_file_name) (const char *pathname, const char *temp_suffix); |