We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f15771 commit dff9a64Copy full SHA for dff9a64
ptrack.c
@@ -34,13 +34,13 @@
34
#endif
35
#include "catalog/pg_tablespace.h"
36
#include "catalog/pg_type.h"
37
-#include "funcapi.h"
38
-#include "miscadmin.h"
39
-#include "nodes/pg_list.h"
40
#ifdef PGPRO_EE
41
/* For file_is_in_cfs_tablespace() only. */
42
-#include "replication/basebackup.h"
+#include "common/checksum_helper.h"
43
+#include "funcapi.h"
+#include "miscadmin.h"
+#include "nodes/pg_list.h"
44
#include "storage/copydir.h"
45
#include "storage/lmgr.h"
46
#if PG_VERSION_NUM >= 120000
0 commit comments