Skip to content

Commit 6ad12a5

Browse files
committed
[PGPRO-5771] Fix make errors with current PG master.
Tags: ptrack
1 parent 0e000fa commit 6ad12a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: engine.c

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
#endif
4040
#include "storage/reinit.h"
4141
#include "storage/smgr.h"
42+
#if PG_VERSION_NUM >= 150000
43+
#include "storage/fd.h"
44+
#include "access/xlogrecovery.h"
45+
#endif
4246
#include "utils/array.h"
4347
#include "utils/builtins.h"
4448
#include "utils/pg_lsn.h"

0 commit comments

Comments
 (0)