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 d5497b9 commit 93b6d78Copy full SHA for 93b6d78
src/backend/access/transam/timeline.c
@@ -32,6 +32,7 @@
32
33
#include "postgres.h"
34
35
+#include <sys/stat.h>
36
#include <stdio.h>
37
#include <unistd.h>
38
src/backend/access/transam/xlog.c
@@ -15,12 +15,10 @@
15
16
17
#include <ctype.h>
18
-#include <signal.h>
19
#include <time.h>
20
#include <fcntl.h>
21
#include <sys/stat.h>
22
#include <sys/time.h>
23
-#include <sys/wait.h>
24
25
26
#include "access/clog.h"
src/backend/access/transam/xlogarchive.c
@@ -16,6 +16,7 @@
#include <sys/types.h>
+#include <sys/wait.h>
#include <signal.h>
0 commit comments