aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/xlog.h')
-rw-r--r--src/include/access/xlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index 02998755c32..ec7215b6ae9 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -97,4 +97,6 @@ extern XLogRecPtr XLogInsert(RmgrId rmid, uint8 info,
char *buf, uint32 buflen);
extern void XLogFlush(XLogRecPtr RecPtr);
+extern void CreateCheckPoint(bool shutdown);
+
#endif /* XLOG_H */