Skip to content

Commit 1accef5

Browse files
Marina Polyakovaantamel
Marina Polyakova
authored andcommitted
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 76cf46c commit 1accef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ptrack.c

+1-1
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)