Skip to content

Commit b40d5d7

Browse files
committed
Disable installcheck for pg_pathman
1 parent 436348c commit b40d5d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pg_pathman/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ endif
2626
$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
2727
cat $^ > $@
2828
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
29+
30+
installcheck:
31+
true

0 commit comments

Comments
 (0)