From f0e37a85319e6c113ecd3303cddeb6edd5a6ac44 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Sun, 5 Nov 2000 22:50:21 +0000 Subject: New CHECKPOINT command. Auto removing of offline log files and creating new file at checkpoint time. --- src/include/access/xlog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/access') 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 */ -- cgit v1.2.3