Skip to content

Commit f69e676

Browse files
committed
Merge with last snapshot of rel_future_beta branch
2 parents 4c62e4a + 48afabd commit f69e676

30 files changed

+735
-465
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ REGRESS = pathman_basic \
3737
pathman_interval \
3838
pathman_join_clause \
3939
pathman_lateral \
40+
pathman_mergejoin \
4041
pathman_only \
4142
pathman_permissions \
4243
pathman_rowmarks \
@@ -45,7 +46,6 @@ REGRESS = pathman_basic \
4546
pathman_updates \
4647
pathman_utility_stmt
4748

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

5151
EXTRA_CLEAN = pg_pathman--$(EXTVERSION).sql ./isolation_output

0 commit comments

Comments
 (0)