Skip to content

Commit c67196d

Browse files
committed
regression test refactoring (split into 5 tests), fixes for domain partitioning (wrong types)
1 parent 25bb11f commit c67196d

22 files changed

+3091
-713
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ EXTVERSION = 1.0
1212
DATA_built = $(EXTENSION)--$(EXTVERSION).sql
1313
PGFILEDESC = "pg_pathman - partitioning tool"
1414

15-
REGRESS = pg_pathman
15+
REGRESS = pathman_basic \
16+
pathman_runtime_nodes \
17+
pathman_callbacks \
18+
pathman_domains \
19+
pathman_foreign_keys
1620
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
1721
EXTRA_CLEAN = $(EXTENSION)--$(EXTVERSION).sql ./isolation_output
1822

0 commit comments

Comments
 (0)