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

Commit 9b7bb88

Browse files
committed
Revert "Merge commit 'af29599e79bb5f68753df02bc785754ccb5d7e00' into PGPRO9_6"
This reverts commit 6c8bb1f, reversing changes made to 10a8ab5.
1 parent 515846b commit 9b7bb88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4823
-6039
lines changed

contrib/pg_probackup/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
/env
2929
/tests/__pycache__/
3030
/tests/tmp_dirs/
31-
/tests/*pyc
3231

3332
# Extra files
3433
/datapagemap.c

contrib/pg_probackup/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
PROGRAM = pg_probackup
22
OBJS = backup.o \
33
catalog.o \
4-
configure.o \
54
data.o \
65
delete.o \
76
dir.o \
87
fetch.o \
9-
help.o \
108
init.o \
119
parray.o \
1210
pg_probackup.o \
@@ -20,7 +18,9 @@ OBJS = backup.o \
2018
xlogreader.o \
2119
streamutil.o \
2220
receivelog.o \
23-
pgut/pgut.o
21+
pgut/pgut.o \
22+
pgut/pgut-port.o \
23+
pgut/getopt_long.o
2424

2525
EXTRA_CLEAN = datapagemap.c datapagemap.h xlogreader.c receivelog.c receivelog.h streamutil.c streamutil.h logging.h
2626

0 commit comments

Comments
 (0)