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

Commit 30d13f0

Browse files
author
Vladimir Ershov
committed
Merge commit 'd2f9129f94b8b5f543e4890ec31419c1ea0d53d1' into PGPROEE10_scheduler
2 parents f5560d6 + d2f9129 commit 30d13f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/pgpro_scheduler/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ ifdef USE_PGXS
2323
else
2424
subdir = contrib/pgpro_scheduler
2525
top_builddir = ../..
26-
PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
26+
ifneq ($(MAJORVERSION),10)
27+
PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
28+
endif
2729
include $(top_builddir)/src/Makefile.global
2830
include $(top_srcdir)/contrib/contrib-global.mk
2931
endif

0 commit comments

Comments
 (0)