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 35ab52f commit 51edb67Copy full SHA for 51edb67
Makefile
@@ -30,6 +30,7 @@ DATA = pg_pathman--1.0--1.1.sql \
30
31
PGFILEDESC = "pg_pathman - partitioning tool for PostgreSQL"
32
33
+ifneq (pg_pathman,$(filter pg_pathman,$(PG_TEST_SKIP)))
34
REGRESS = pathman_array_qual \
35
pathman_basic \
36
pathman_bgw \
@@ -63,7 +64,7 @@ REGRESS = pathman_array_qual \
63
64
pathman_utility_stmt \
65
pathman_views \
66
pathman_CVE-2020-14350
-
67
+endif
68
69
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
70
0 commit comments