Commit 99964c4a authored by Tom Lane's avatar Tom Lane

Fix failure of xlogprefetch.h to include all prerequisite headers.

Per cpluspluscheck.
parent 07b76833
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#ifndef XLOGPREFETCH_H #ifndef XLOGPREFETCH_H
#define XLOGPREFETCH_H #define XLOGPREFETCH_H
#include "access/xlogdefs.h" #include "access/xlogreader.h"
/* GUCs */ /* GUCs */
extern bool recovery_prefetch; extern bool recovery_prefetch;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment