Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe9a17c

Browse files
author
Marina Polyakova
committed
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 parent23dbeae commitfe9a17c

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
@@ -29,6 +29,10 @@
2929
#include"access/htup_details.h"
3030
#include"access/parallel.h"
3131
#include"access/xlog.h"
32+
#ifPG_VERSION_NUM >=150000
33+
#include"access/xlogrecovery.h"
34+
#include"storage/fd.h"
35+
#endif
3236
#include"catalog/pg_tablespace.h"
3337
#include"miscadmin.h"
3438
#include"port/pg_crc32c.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp