Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 95cb917

Browse files
committed
pg_upgrade: remove redundant include files
The files were already included by pg_upgrade.h.
1 parent cad4fe6 commit 95cb917

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

contrib/pg_upgrade/exec.c

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "pg_upgrade.h"
1313

1414
#include <fcntl.h>
15-
#include <unistd.h>
1615
#include <sys/types.h>
1716

1817
static void check_data_dir(const char *pg_data);

contrib/pg_upgrade/option.c

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#include <time.h>
1818
#include <sys/types.h>
19-
#include <sys/stat.h>
2019
#ifdef WIN32
2120
#include <io.h>
2221
#endif

0 commit comments

Comments
 (0)