summaryrefslogtreecommitdiff
path: root/src/include/access/xlogbackup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/xlogbackup.h')
-rw-r--r--src/include/access/xlogbackup.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/access/xlogbackup.h b/src/include/access/xlogbackup.h
index cb15b8b80a3..8ec3d88b0a8 100644
--- a/src/include/access/xlogbackup.h
+++ b/src/include/access/xlogbackup.h
@@ -15,7 +15,6 @@
#define XLOG_BACKUP_H
#include "access/xlogdefs.h"
-#include "lib/stringinfo.h"
#include "pgtime.h"
/* Structure to hold backup state. */
@@ -36,7 +35,7 @@ typedef struct BackupState
pg_time_t stoptime; /* backup stop time */
} BackupState;
-extern StringInfo build_backup_content(BackupState *state,
- bool ishistoryfile);
+extern char *build_backup_content(BackupState *state,
+ bool ishistoryfile);
#endif /* XLOG_BACKUP_H */