File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ OBJS += src/archive.o src/backup.o src/catalog.o src/checkdb.o src/configure.o s
40
40
41
41
# sources borrowed from postgresql (paths are relative to pg top dir)
42
42
BORROWED_H_SRC := \
43
- src/include/portability/instr_time.h \
44
43
src/bin/pg_basebackup/receivelog.h \
45
44
src/bin/pg_basebackup/streamutil.h \
46
45
src/bin/pg_basebackup/walmethods.h
@@ -87,7 +86,6 @@ override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
87
86
PG_LIBS_INTERNAL = $(libpq_pgport ) ${PTHREAD_CFLAGS}
88
87
89
88
# additional dependencies on borrowed files
90
- src/archive.o : $(BORROW_DIR ) /instr_time.h
91
89
src/backup.o src/catchup.o src/pg_probackup.o : $(BORROW_DIR ) /streamutil.h
92
90
src/stream.o $(BORROW_DIR ) /receivelog.o $(BORROW_DIR ) /streamutil.o $(BORROW_DIR ) /walmethods.o : $(BORROW_DIR ) /receivelog.h
93
91
$(BORROW_DIR ) /receivelog.h : $(BORROW_DIR ) /walmethods.h
Original file line number Diff line number Diff line change 11
11
#include <unistd.h>
12
12
#include "pg_probackup.h"
13
13
#include "utils/thread.h"
14
- #include "instr_time.h"
14
+ #include "portability/ instr_time.h"
15
15
16
16
static int push_file_internal (const char * wal_file_name ,
17
17
const char * pg_xlog_dir ,
You can’t perform that action at this time.
0 commit comments