File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " pg_pathman" ,
33 "abstract" : " Fast partitioning tool for PostgreSQL" ,
44 "description" : " pg_pathman provides optimized partitioning mechanism and functions to manage partitions." ,
5- "version" : " 1.5.2 " ,
5+ "version" : " 1.5.3 " ,
66 "maintainer" : [
7- " Dmitry Ivanov <d.ivanov@postgrespro.ru>" ,
87 " Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>"
98 ],
109 "license" : " postgresql" ,
2322 "pg_pathman" : {
2423 "file" : " pg_pathman--1.5.sql" ,
2524 "docfile" : " README.md" ,
26- "version" : " 1.5.2 " ,
25+ "version" : " 1.5.3 " ,
2726 "abstract" : " Effective partitioning tool for PostgreSQL 9.5 and higher"
2827 }
2928 },
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SELECT debug_capture();
1313SELECT pathman_version();
1414 pathman_version
1515-----------------
16- 1.5.2
16+ 1.5.3
1717(1 row)
1818
1919set client_min_messages = NOTICE;
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ simplify_mcxt_name(MemoryContext mcxt)
158158#define LOWEST_COMPATIBLE_FRONT "1.5.0"
159159
160160/* Current version of native C library */
161- #define CURRENT_LIB_VERSION "1.5.2 "
161+ #define CURRENT_LIB_VERSION "1.5.3 "
162162
163163
164164void * pathman_cache_search_relid (HTAB * cache_table ,
You can’t perform that action at this time.
0 commit comments