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 78adfdf commit e9c7af3Copy full SHA for e9c7af3
Makefile
@@ -32,7 +32,7 @@ else
32
srchome=$(top_srcdir)
33
endif
34
35
-ifneq (,$(filter 10 11 12,$(MAJORVERSION)))
+ifeq (,$(filter 9.5 9.6,$(MAJORVERSION)))
36
OBJS += src/walmethods.o
37
EXTRA_CLEAN += src/walmethods.c src/walmethods.h
38
INCLUDES += src/walmethods.h
@@ -64,7 +64,7 @@ src/streamutil.h: $(top_srcdir)/src/bin/pg_basebackup/streamutil.h
64
rm -f $@ && $(LN_S) $(srchome)/src/bin/pg_basebackup/streamutil.h $@
65
66
67
68
src/walmethods.c: $(top_srcdir)/src/bin/pg_basebackup/walmethods.c
69
rm -f $@ && $(LN_S) $(srchome)/src/bin/pg_basebackup/walmethods.c $@
70
src/walmethods.h: $(top_srcdir)/src/bin/pg_basebackup/walmethods.h
0 commit comments