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

Commit 32bab2d

Browse files
committed
Merge branch 'rel_future_beta' into rel_future_ri, fix conflicts
2 parents 4792314 + d13e38f commit 32bab2d

Some content is hidden

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

56 files changed

+1999
-1532
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: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ 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 \
43+
pathman_ri \
4144
pathman_rowmarks \
4245
pathman_runtime_nodes \
4346
pathman_update_trigger \
4447
pathman_updates \
45-
pathman_utility_stmt \
46-
pathman_calamity \
47-
pathman_ri \
48-
pathman_expressions
48+
pathman_utility_stmt
4949

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

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

0 commit comments

Comments
 (0)