The previous commit renamed the struct's typedef, but not the struct
name itself.
MANIFEST_OPTION_FORCE_ENCODE
} backup_manifest_option;
-typedef struct manifest_info
+typedef struct backup_manifest_info
{
BufFile *buffile;
pg_checksum_type checksum_type;
#include "nodes/replnodes.h"
-struct manifest_info; /* avoid including backup_manifest.h */
+struct backup_manifest_info; /* avoid including backup_manifest.h */
/*
extern void SendBaseBackup(BaseBackupCmd *cmd);
extern int64 sendTablespace(char *path, char *oid, bool sizeonly,
- struct manifest_info *manifest);
+ struct backup_manifest_info *manifest);
#endif /* _BASEBACKUP_H */