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 d2f9129 commit 1d88e81Copy full SHA for 1d88e81
Makefile
@@ -23,11 +23,11 @@ ifdef USE_PGXS
23
else
24
subdir = contrib/pgpro_scheduler
25
top_builddir = ../..
26
+ include $(top_builddir)/src/Makefile.global
27
+ include $(top_srcdir)/contrib/contrib-global.mk
28
ifneq ($(MAJORVERSION),10)
29
PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
30
endif
- include $(top_builddir)/src/Makefile.global
- include $(top_srcdir)/contrib/contrib-global.mk
31
32
33
#check: temp-install
0 commit comments