diff --git a/src/command/backup/file.h b/src/command/backup/file.h index 21da0cad5..f1cf12557 100644 --- a/src/command/backup/file.h +++ b/src/command/backup/file.h @@ -23,7 +23,7 @@ typedef enum /*********************************************************************************************************************************** Functions ***********************************************************************************************************************************/ -// Copy a file from the archive to the specified destination +// Copy a file from the PostgreSQL data directory to the repository typedef struct BackupFile { const String *pgFile; // Pg file to backup @@ -36,7 +36,6 @@ typedef struct BackupFile bool manifestFileHasReference; // Reference to prior backup, if any } BackupFile; -// Copy a file from the PostgreSQL data directory to the repository typedef struct BackupFileResult { const String *manifestFile; // Manifest file