aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlogarchive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/xlogarchive.h')
-rw-r--r--src/include/access/xlogarchive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlogarchive.h b/src/include/access/xlogarchive.h
index 7dcf1bd2dd2..9dba1c3fb14 100644
--- a/src/include/access/xlogarchive.h
+++ b/src/include/access/xlogarchive.h
@@ -21,7 +21,7 @@ extern bool RestoreArchivedFile(char *path, const char *xlogfname,
const char *recovername, off_t expectedSize,
bool cleanupEnabled);
extern void ExecuteRecoveryCommand(const char *command, const char *commandName,
- bool failOnSignal);
+ bool failOnSignal, uint32 wait_event_info);
extern void KeepFileRestoredFromArchive(const char *path, const char *xlogfname);
extern void XLogArchiveNotify(const char *xlog);
extern void XLogArchiveNotifySeg(XLogSegNo segno, TimeLineID tli);