File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg_pathman" ,
3
- "abstract" : " Partitioning tool" ,
4
- "description" : " The ` pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions." ,
5
- "version" : " 1.4.12 " ,
3
+ "abstract" : " Fast partitioning tool for PostgreSQL " ,
4
+ "description" : " pg_pathman provides optimized partitioning mechanism and functions to manage partitions." ,
5
+ "version" : " 1.4.13 " ,
6
6
"maintainer" : [
7
- " Ildar Musin <i.musin@postgrespro.ru>" ,
8
7
" Dmitry Ivanov <d.ivanov@postgrespro.ru>" ,
9
8
" Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>"
10
9
],
19
18
"type" : " git"
20
19
}
21
20
},
22
- "generated_by" : " Ildar Musin " ,
21
+ "generated_by" : " pgpro " ,
23
22
"provides" : {
24
23
"pg_pathman" : {
25
24
"file" : " pg_pathman--1.4.sql" ,
26
25
"docfile" : " README.md" ,
27
- "version" : " 1.4.12 " ,
26
+ "version" : " 1.4.13 " ,
28
27
"abstract" : " Partitioning tool"
29
28
}
30
29
},
35
34
"tags" : [
36
35
" partitioning" ,
37
36
" partition" ,
38
- " optimization"
37
+ " optimization" ,
38
+ " range" ,
39
+ " hash"
39
40
]
40
41
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SELECT debug_capture();
13
13
SELECT get_pathman_lib_version();
14
14
get_pathman_lib_version
15
15
-------------------------
16
- 1.4.12
16
+ 1.4.13
17
17
(1 row)
18
18
19
19
set client_min_messages = NOTICE;
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ simpify_mcxt_name(MemoryContext mcxt)
158
158
#define LOWEST_COMPATIBLE_FRONT 0x010400
159
159
160
160
/* Current version of native C library (0xAA_BB_CC) */
161
- #define CURRENT_LIB_VERSION 0x010412
161
+ #define CURRENT_LIB_VERSION 0x010413
162
162
163
163
164
164
void * pathman_cache_search_relid (HTAB * cache_table ,
You can’t perform that action at this time.
0 commit comments