1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

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

Per cpluspluscheck.
This commit is contained in:
Tom Lane 2021-04-10 13:16:08 -04:00
parent 07b76833b1
commit 99964c4ade

View File

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