File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " pg_pathman" ,
3
3
"abstract" : " Partitioning tool" ,
4
4
"description" : " The `pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions." ,
5
- "version" : " 1.4.5 " ,
5
+ "version" : " 1.4.6 " ,
6
6
"maintainer" : [
7
7
" Ildar Musin <i.musin@postgrespro.ru>" ,
8
8
" Dmitry Ivanov <d.ivanov@postgrespro.ru>" ,
24
24
"pg_pathman" : {
25
25
"file" : " pg_pathman--1.4.sql" ,
26
26
"docfile" : " README.md" ,
27
- "version" : " 1.4.5 " ,
27
+ "version" : " 1.4.6 " ,
28
28
"abstract" : " Partitioning tool"
29
29
}
30
30
},
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SELECT debug_capture();
12
12
SELECT get_pathman_lib_version();
13
13
get_pathman_lib_version
14
14
-------------------------
15
- 10405
15
+ 10406
16
16
(1 row)
17
17
18
18
set client_min_messages = NOTICE;
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ simpify_mcxt_name(MemoryContext mcxt)
157
157
#define LOWEST_COMPATIBLE_FRONT 0x010400
158
158
159
159
/* Current version of native C library (0xAA_BB_CC) */
160
- #define CURRENT_LIB_VERSION 0x010405
160
+ #define CURRENT_LIB_VERSION 0x010406
161
161
162
162
163
163
void * pathman_cache_search_relid (HTAB * cache_table ,
You can’t perform that action at this time.
0 commit comments