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 88d6836 commit 3e82f48Copy full SHA for 3e82f48
Makefile
@@ -8,6 +8,8 @@ OBJS = aqo.o auto_tuning.o cardinality_estimation.o cardinality_hooks.o \
8
hash.o machine_learning.o path_utils.o postprocessing.o preprocessing.o \
9
selectivity_cache.o storage.o utils.o ignorance.o $(WIN32RES)
10
11
+# Use PG_TEST_SKIP="...aqo..." to skip aqo tests if necessary.
12
+ifneq (aqo,$(filter aqo,$(PG_TEST_SKIP)))
13
TAP_TESTS = 1
14
15
REGRESS = aqo_disabled \
@@ -19,6 +21,7 @@ REGRESS = aqo_disabled \
19
21
aqo_fdw \
20
22
aqo_CVE-2020-14350 \
23
gucs
24
+endif
25
26
fdw_srcdir = $(top_srcdir)/contrib/postgres_fdw
27
PG_CPPFLAGS += -I$(libpq_srcdir) -I$(fdw_srcdir)
0 commit comments