Skip to content

Commit 8be8a19

Browse files
author
Maksim Milyutin
committed
Merge with rel_future_beta branch
2 parents 241f2dd + a3ca85d commit 8be8a19

32 files changed

+3930
-575
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ DATA = pg_pathman--1.0--1.1.sql \
2424

2525
PGFILEDESC = "pg_pathman - partitioning tool for PostgreSQL"
2626

27-
REGRESS = pathman_basic \
27+
REGRESS = pathman_array_qual \
28+
pathman_basic \
2829
pathman_bgw \
2930
pathman_calamity \
3031
pathman_callbacks \
@@ -39,11 +40,12 @@ REGRESS = pathman_basic \
3940
pathman_lateral \
4041
pathman_mergejoin \
4142
pathman_only \
43+
pathman_param_upd_del \
4244
pathman_permissions \
45+
pathman_rebuild_updates \
4346
pathman_rowmarks \
4447
pathman_runtime_nodes \
4548
pathman_update_trigger \
46-
pathman_updates \
4749
pathman_utility_stmt
4850

4951
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add

0 commit comments

Comments
 (0)