1
0
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:
Thomas Munro
2022-04-07 20:55:16 +12:00
parent a2f433fa49
commit 5b186308fb

View File

@ -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;