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.
2 parents f5560d6 + d2f9129 commit 30d13f0Copy full SHA for 30d13f0
contrib/pgpro_scheduler/Makefile
@@ -23,7 +23,9 @@ ifdef USE_PGXS
23
else
24
subdir = contrib/pgpro_scheduler
25
top_builddir = ../..
26
- PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
+ ifneq ($(MAJORVERSION),10)
27
+ PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
28
+ endif
29
include $(top_builddir)/src/Makefile.global
30
include $(top_srcdir)/contrib/contrib-global.mk
31
endif
0 commit comments