We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad4fe6 commit 95cb917Copy full SHA for 95cb917
contrib/pg_upgrade/exec.c
@@ -12,7 +12,6 @@
12
#include "pg_upgrade.h"
13
14
#include <fcntl.h>
15
-#include <unistd.h>
16
#include <sys/types.h>
17
18
static void check_data_dir(const char *pg_data);
contrib/pg_upgrade/option.c
@@ -16,7 +16,6 @@
#include <time.h>
19
-#include <sys/stat.h>
20
#ifdef WIN32
21
#include <io.h>
22
#endif
0 commit comments