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

Commit4a3d24b

Browse files
author
Marina Polyakova
committed
PGPRO-6817: include common/cfs_common.h for Postgres Pro Enterprise
The header file replication/basebackup.h has been moved to backup/basebackup.hin PostgreSQL 15+, see the commmits f88798c098d2afd5223e1ca5c9d107cc18864fcc inPostgreSQL 15 and a8c012869763c711abc9085f54b2a100b60a85fa in PostgreSQL16devel. So it's easier to include the header file common/cfs_common.h directly.
1 parent6951c58 commit4a3d24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include"nodes/pg_list.h"
3939
#ifdefPGPRO_EE
4040
/* For file_is_in_cfs_tablespace() only. */
41-
#include"replication/basebackup.h"
41+
#include"common/cfs_common.h"
4242
#endif
4343
#include"storage/copydir.h"
4444
#include"storage/ipc.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp