mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Also rename 'struct manifest_info'.
The previous commit renamed the struct's typedef, but not the struct name itself.
This commit is contained in:
parent
3989dbdf12
commit
ab7646ff92
@ -24,7 +24,7 @@ typedef enum manifest_option
|
|||||||
MANIFEST_OPTION_FORCE_ENCODE
|
MANIFEST_OPTION_FORCE_ENCODE
|
||||||
} backup_manifest_option;
|
} backup_manifest_option;
|
||||||
|
|
||||||
typedef struct manifest_info
|
typedef struct backup_manifest_info
|
||||||
{
|
{
|
||||||
BufFile *buffile;
|
BufFile *buffile;
|
||||||
pg_checksum_type checksum_type;
|
pg_checksum_type checksum_type;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "nodes/replnodes.h"
|
#include "nodes/replnodes.h"
|
||||||
|
|
||||||
struct manifest_info; /* avoid including backup_manifest.h */
|
struct backup_manifest_info; /* avoid including backup_manifest.h */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -34,6 +34,6 @@ typedef struct
|
|||||||
extern void SendBaseBackup(BaseBackupCmd *cmd);
|
extern void SendBaseBackup(BaseBackupCmd *cmd);
|
||||||
|
|
||||||
extern int64 sendTablespace(char *path, char *oid, bool sizeonly,
|
extern int64 sendTablespace(char *path, char *oid, bool sizeonly,
|
||||||
struct manifest_info *manifest);
|
struct backup_manifest_info *manifest);
|
||||||
|
|
||||||
#endif /* _BASEBACKUP_H */
|
#endif /* _BASEBACKUP_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user