projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f433f
)
Include some missing headers.
author
Thomas Munro
<tmunro@postgresql.org>
Thu, 7 Apr 2022 08:55:16 +0000
(20:55 +1200)
committer
Thomas Munro
<tmunro@postgresql.org>
Thu, 7 Apr 2022 08:55:16 +0000
(20:55 +1200)
Per headerscheck on BF animal crake, and Andres.
Discussion: https://postgr.es/m/
20220407083630
.n62vgwqfy2v6wsrd%40alap3.anarazel.de
src/include/access/xlogprefetcher.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlogprefetcher.h
b/src/include/access/xlogprefetcher.h
index c30b09b7273c4b76b88269eede9c6e1605aabfbd..80283a8fc23e4ebddd60c3df823f8ff65b3e62f5 100644
(file)
--- 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;