Commit fe9a17c
Marina Polyakova
PGPRO-6867: include required headers for PostgreSQL 15 in engine.c
- It loooks like we now need to explicitly include storage/fd.h for the
functions durable_unlink, BasicOpenFile etc.
- We need to include access/xlogrecovery.h for the function GetXLogReplayRecPtr
which was moved here in the commit 70e81861fadd9112fa2d425c762e163910a4ee52.1 parent 23dbeae commit fe9a17c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments