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

engine.c

Lines changed: 4 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy