mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 13:12:58 -04: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:
parent
a2f433fa49
commit
5b186308fb
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
#define XLOGPREFETCHER_H
|
||||
|
||||
#include "access/xlogdefs.h"
|
||||
#include "access/xlogreader.h"
|
||||
#include "access/xlogrecord.h"
|
||||
|
||||
/* GUCs */
|
||||
extern int recovery_prefetch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue