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

Commit d2f9129

Browse files
author
Vladimir Ershov
committed
no mtm in diff
1 parent f1558cd commit d2f9129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)