File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.4.11 " ,
5+ "version" : " 1.4.12 " ,
66 "maintainer" : [
77 " Ildar Musin <i.musin@postgrespro.ru>" ,
88 " Dmitry Ivanov <d.ivanov@postgrespro.ru>" ,
2424 "pg_pathman" : {
2525 "file" : " pg_pathman--1.4.sql" ,
2626 "docfile" : " README.md" ,
27- "version" : " 1.4.11 " ,
27+ "version" : " 1.4.12 " ,
2828 "abstract" : " Partitioning tool"
2929 }
3030 },
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SELECT debug_capture();
1313SELECT get_pathman_lib_version();
1414 get_pathman_lib_version
1515-------------------------
16- 1.4.11
16+ 1.4.12
1717(1 row)
1818
1919set client_min_messages = NOTICE;
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ simpify_mcxt_name(MemoryContext mcxt)
158158#define LOWEST_COMPATIBLE_FRONT 0x010400
159159
160160/* Current version of native C library (0xAA_BB_CC) */
161- #define CURRENT_LIB_VERSION 0x010411
161+ #define CURRENT_LIB_VERSION 0x010412
162162
163163
164164void * pathman_cache_search_relid (HTAB * cache_table ,
You can’t perform that action at this time.
0 commit comments