File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " pg_pathman" ,
3
3
"abstract" : " Fast partitioning tool for PostgreSQL" ,
4
4
"description" : " pg_pathman provides optimized partitioning mechanism and functions to manage partitions." ,
5
- "version" : " 1.5.3 " ,
5
+ "version" : " 1.5.4 " ,
6
6
"maintainer" : [
7
- " Ildus Kurbangaliev <i.kurbangaliev @postgrespro.ru>"
7
+ " Arseny Sher <a.sher @postgrespro.ru>"
8
8
],
9
9
"license" : " postgresql" ,
10
10
"resources" : {
22
22
"pg_pathman" : {
23
23
"file" : " pg_pathman--1.5.sql" ,
24
24
"docfile" : " README.md" ,
25
- "version" : " 1.5.3 " ,
25
+ "version" : " 1.5.4 " ,
26
26
"abstract" : " Effective partitioning tool for PostgreSQL 9.5 and higher"
27
27
}
28
28
},
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SELECT debug_capture();
13
13
SELECT pathman_version();
14
14
pathman_version
15
15
-----------------
16
- 1.5.3
16
+ 1.5.4
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 @@ simplify_mcxt_name(MemoryContext mcxt)
158
158
#define LOWEST_COMPATIBLE_FRONT "1.5.0"
159
159
160
160
/* Current version of native C library */
161
- #define CURRENT_LIB_VERSION "1.5.3 "
161
+ #define CURRENT_LIB_VERSION "1.5.4 "
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