We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f433f commit 5b18630Copy full SHA for 5b18630
src/include/access/xlogprefetcher.h
@@ -14,6 +14,8 @@
14
#define XLOGPREFETCHER_H
15
16
#include "access/xlogdefs.h"
17
+#include "access/xlogreader.h"
18
+#include "access/xlogrecord.h"
19
20
/* GUCs */
21
extern int recovery_prefetch;
0 commit comments