diff options
Diffstat (limited to 'src/include/replication/basebackup.h')
-rw-r--r-- | src/include/replication/basebackup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/replication/basebackup.h b/src/include/replication/basebackup.h index 923a651cac3..f5f044dacd4 100644 --- a/src/include/replication/basebackup.h +++ b/src/include/replication/basebackup.h @@ -14,9 +14,6 @@ #include "nodes/replnodes.h" -struct backup_manifest_info; /* avoid including backup_manifest.h */ - - /* * Minimum and maximum values of MAX_RATE option in BASE_BACKUP command. */ @@ -33,7 +30,4 @@ typedef struct extern void SendBaseBackup(BaseBackupCmd *cmd); -extern int64 sendTablespace(char *path, char *oid, bool sizeonly, - struct backup_manifest_info *manifest); - #endif /* _BASEBACKUP_H */ |