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

Appearance settings

Commit 4a3d24b

Browse filesBrowse 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.h in PostgreSQL 15+, see the commmits f88798c098d2afd5223e1ca5c9d107cc18864fcc in PostgreSQL 15 and a8c012869763c711abc9085f54b2a100b60a85fa in PostgreSQL 16devel. So it's easier to include the header file common/cfs_common.h directly.
1 parent 6951c58 commit 4a3d24b
Copy full SHA for 4a3d24b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎ptrack.c

Copy file name to clipboardExpand all lines: ptrack.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "nodes/pg_list.h"
3939
#ifdef PGPRO_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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.