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 f1558cd commit d2f9129Copy full SHA for d2f9129
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