mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Include some missing headers.
Per headerscheck on BF animal crake, and Andres. Discussion: https://postgr.es/m/20220407083630.n62vgwqfy2v6wsrd%40alap3.anarazel.de
This commit is contained in:
@ -14,6 +14,8 @@
|
|||||||
#define XLOGPREFETCHER_H
|
#define XLOGPREFETCHER_H
|
||||||
|
|
||||||
#include "access/xlogdefs.h"
|
#include "access/xlogdefs.h"
|
||||||
|
#include "access/xlogreader.h"
|
||||||
|
#include "access/xlogrecord.h"
|
||||||
|
|
||||||
/* GUCs */
|
/* GUCs */
|
||||||
extern int recovery_prefetch;
|
extern int recovery_prefetch;
|
||||||
|
Reference in New Issue
Block a user