Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3ebb4 commit 7208978Copy full SHA for 7208978
src/backup.c
@@ -10,8 +10,10 @@
10
11
#include "postgres_fe.h"
12
13
+#if PG_VERSION_NUM < 110000
14
+#include "catalog/catalog.h"
15
+#endif
16
#include "catalog/pg_tablespace.h"
-#include "common/relpath.h"
17
#include "pgtar.h"
18
#include "receivelog.h"
19
#include "streamutil.h"
src/dir.c
#include <unistd.h>
#include <sys/stat.h>
0 commit comments