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 5d71438 commit 436348cCopy full SHA for 436348c
contrib/pg_pathman/Makefile
@@ -8,6 +8,7 @@ EXTVERSION = 0.1
8
DATA_built = $(EXTENSION)--$(EXTVERSION).sql
9
PGFILEDESC = "pg_pathman - partitioning tool"
10
11
+EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
12
REGRESS = pg_pathman
13
EXTRA_CLEAN = $(EXTENSION)--$(EXTVERSION).sql
14
@@ -24,4 +25,4 @@ endif
24
25
26
$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
27
cat $^ > $@
-check: EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
28
0 commit comments