Skip to content

Commit 436348c

Browse files
committed
Set --extra-conf for installcheck too
1 parent 5d71438 commit 436348c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_pathman/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EXTVERSION = 0.1
88
DATA_built = $(EXTENSION)--$(EXTVERSION).sql
99
PGFILEDESC = "pg_pathman - partitioning tool"
1010

11+
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
1112
REGRESS = pg_pathman
1213
EXTRA_CLEAN = $(EXTENSION)--$(EXTVERSION).sql
1314

@@ -24,4 +25,4 @@ endif
2425

2526
$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
2627
cat $^ > $@
27-
check: EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
28+
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add

0 commit comments

Comments
 (0)