Skip to content

Commit b5564e8

Browse files
committed
Makefile update for future PG13
1 parent 24d0224 commit b5564e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ else
3939
srchome=$(top_srcdir)
4040
endif
4141

42+
#ifneq (,$(filter 9.5 9.6 10 11,$(MAJORVERSION)))
4243
ifneq (12,$(MAJORVERSION))
4344
EXTRA_CLEAN += src/logging.h
4445
INCLUDES += src/logging.h
@@ -76,6 +77,7 @@ src/streamutil.h: $(top_srcdir)/src/bin/pg_basebackup/streamutil.h
7677
src/xlogreader.c: $(top_srcdir)/src/backend/access/transam/xlogreader.c
7778
rm -f $@ && $(LN_S) $(srchome)/src/backend/access/transam/xlogreader.c $@
7879

80+
#ifneq (,$(filter 9.5 9.6 10 11,$(MAJORVERSION)))
7981
ifneq (12,$(MAJORVERSION))
8082
src/logging.h: $(top_srcdir)/src/bin/pg_rewind/logging.h
8183
rm -f $@ && $(LN_S) $(srchome)/src/bin/pg_rewind/logging.h $@

0 commit comments

Comments
 (0)