projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b7683
)
Fix failure of xlogprefetch.h to include all prerequisite headers.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 10 Apr 2021 17:16:08 +0000
(13:16 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 10 Apr 2021 17:16:08 +0000
(13:16 -0400)
Per cpluspluscheck.
src/include/access/xlogprefetch.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlogprefetch.h
b/src/include/access/xlogprefetch.h
index 59ce9c647398fb3b2e2ee5ae69de2e0d477c3956..0a7902ee4707a984cee3b6cadf08083af34c3cb8 100644
(file)
--- a/
src/include/access/xlogprefetch.h
+++ b/
src/include/access/xlogprefetch.h
@@
-13,7
+13,7
@@
#ifndef XLOGPREFETCH_H
#define XLOGPREFETCH_H
-#include "access/xlog
defs
.h"
+#include "access/xlog
reader
.h"
/* GUCs */
extern bool recovery_prefetch;