summaryrefslogtreecommitdiff
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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index 04091d8576..ab557637c8 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -174,6 +174,16 @@ typedef struct CheckpointStatsData
* entire sync phase. */
} CheckpointStatsData;
+typedef struct XLogAcceptWritesInfo
+{
+ bool performedWalRecovery;
+ XLogRecPtr abortedRecPtr;
+ XLogRecPtr missingContrecPtr;
+ XLogRecPtr EndOfLog;
+ TimeLineID EndOfLogTLI;
+ TimeLineID newTLI;
+} XLogAcceptWritesInfo;
+
extern PGDLLIMPORT CheckpointStatsData CheckpointStats;
/*