aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/clog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/clog.h')
-rw-r--r--src/include/access/clog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/access/clog.h b/src/include/access/clog.h
index 2db8acb189f..6c840cbf299 100644
--- a/src/include/access/clog.h
+++ b/src/include/access/clog.h
@@ -12,6 +12,7 @@
#define CLOG_H
#include "access/xlogreader.h"
+#include "storage/sync.h"
#include "lib/stringinfo.h"
/*
@@ -50,6 +51,8 @@ extern void CheckPointCLOG(void);
extern void ExtendCLOG(TransactionId newestXact);
extern void TruncateCLOG(TransactionId oldestXact, Oid oldestxid_datoid);
+extern int clogsyncfiletag(const FileTag *ftag, char *path);
+
/* XLOG stuff */
#define CLOG_ZEROPAGE 0x00
#define CLOG_TRUNCATE 0x10