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

Per cpluspluscheck.
pull/64/head
Tom Lane 4 years ago
parent 07b76833b1
commit 99964c4ade
  1. 2
      src/include/access/xlogprefetch.h

@ -13,7 +13,7 @@
#ifndef XLOGPREFETCH_H
#define XLOGPREFETCH_H
#include "access/xlogdefs.h"
#include "access/xlogreader.h"
/* GUCs */
extern bool recovery_prefetch;

Loading…
Cancel
Save