Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d13e38f

Browse files
committed
Merge branch 'rel_future_beta' of https://github.com/postgrespro/pg_pathman into rel_future_beta
2 parents 1dc3612 + 48afabd commit d13e38f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2005
-1548
lines changed

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pg_pathman",
33
"abstract": "Partitioning tool",
44
"description": "The `pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions.",
5-
"version": "1.3.1",
5+
"version": "1.3.2",
66
"maintainer": [
77
"Ildar Musin <i.musin@postgrespro.ru>",
88
"Dmitry Ivanov <d.ivanov@postgrespro.ru>",
@@ -24,7 +24,7 @@
2424
"pg_pathman": {
2525
"file": "pg_pathman--1.3.sql",
2626
"docfile": "README.md",
27-
"version": "1.3.1",
27+
"version": "1.3.2",
2828
"abstract": "Partitioning tool"
2929
}
3030
},

Makefile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ REGRESS = pathman_basic \
3131
pathman_column_type \
3232
pathman_cte \
3333
pathman_domains \
34+
pathman_expressions \
3435
pathman_foreign_keys \
3536
pathman_inserts \
3637
pathman_interval \
3738
pathman_join_clause \
3839
pathman_lateral \
40+
pathman_mergejoin \
3941
pathman_only \
4042
pathman_permissions \
4143
pathman_rowmarks \
4244
pathman_runtime_nodes \
4345
pathman_update_trigger \
4446
pathman_updates \
45-
pathman_utility_stmt \
46-
pathman_expressions
47-
47+
pathman_utility_stmt
4848

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

@@ -75,5 +75,9 @@ isolationcheck: | submake-isolation
7575
--temp-config=$(top_srcdir)/$(subdir)/conf.add \
7676
--outputdir=./isolation_output \
7777
$(ISOLATIONCHECKS)
78-
partitioning_tests:
78+
79+
python_tests:
7980
$(MAKE) -C tests/python partitioning_tests
81+
82+
cmocka_tests:
83+
$(MAKE) -C tests/cmocka check

0 commit comments

Comments
 (0)