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 24d0224 commit b5564e8Copy full SHA for b5564e8
Makefile
@@ -39,6 +39,7 @@ else
39
srchome=$(top_srcdir)
40
endif
41
42
+#ifneq (,$(filter 9.5 9.6 10 11,$(MAJORVERSION)))
43
ifneq (12,$(MAJORVERSION))
44
EXTRA_CLEAN += src/logging.h
45
INCLUDES += src/logging.h
@@ -76,6 +77,7 @@ src/streamutil.h: $(top_srcdir)/src/bin/pg_basebackup/streamutil.h
76
77
src/xlogreader.c: $(top_srcdir)/src/backend/access/transam/xlogreader.c
78
rm -f $@ && $(LN_S) $(srchome)/src/backend/access/transam/xlogreader.c $@
79
80
81
82
src/logging.h: $(top_srcdir)/src/bin/pg_rewind/logging.h
83
rm -f $@ && $(LN_S) $(srchome)/src/bin/pg_rewind/logging.h $@
0 commit comments