mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix failure of xlogprefetch.h to include all prerequisite headers.
Per cpluspluscheck.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#ifndef XLOGPREFETCH_H
|
||||
#define XLOGPREFETCH_H
|
||||
|
||||
#include "access/xlogdefs.h"
|
||||
#include "access/xlogreader.h"
|
||||
|
||||
/* GUCs */
|
||||
extern bool recovery_prefetch;
|
||||
|
Reference in New Issue
Block a user