summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro2022-04-07 08:55:16 +0000
committerThomas Munro2022-04-07 08:55:16 +0000
commit5b186308fbc41d0713fa91426d57a2afe37dd969 (patch)
treeb64176c00b67cc1afe77b383df04126bfbf44958
parenta2f433fa491f709767dbf916203f1c53f39707fe (diff)
Include some missing headers.
Per headerscheck on BF animal crake, and Andres. Discussion: https://postgr.es/m/20220407083630.n62vgwqfy2v6wsrd%40alap3.anarazel.de
-rw-r--r--src/include/access/xlogprefetcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/access/xlogprefetcher.h b/src/include/access/xlogprefetcher.h
index c30b09b727..80283a8fc2 100644
--- a/src/include/access/xlogprefetcher.h
+++ b/src/include/access/xlogprefetcher.h
@@ -14,6 +14,8 @@
#define XLOGPREFETCHER_H
#include "access/xlogdefs.h"
+#include "access/xlogreader.h"
+#include "access/xlogrecord.h"
/* GUCs */
extern int recovery_prefetch;