File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-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.10 " 
5+    "version" : " 1.5.11 " 
66   "maintainer" : [
77      " Arseny Sher <a.sher@postgrespro.ru>" 
88   ],
2222       "pg_pathman" : {
2323           "file" : " pg_pathman--1.5.sql" 
2424           "docfile" : " README.md" 
25-            "version" : " 1.5.10 " 
25+            "version" : " 1.5.11 " 
2626           "abstract" : " Effective partitioning tool for PostgreSQL 9.5 and higher" 
2727      }
2828   },
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SELECT debug_capture();
2020SELECT pathman_version();
2121 pathman_version 
2222-----------------
23-  1.5.10 
23+  1.5.11 
2424(1 row)
2525
2626set client_min_messages = NOTICE;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SELECT debug_capture();
2020SELECT pathman_version();
2121 pathman_version 
2222-----------------
23-  1.5.10 
23+  1.5.11 
2424(1 row)
2525
2626set client_min_messages = NOTICE;
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ simplify_mcxt_name(MemoryContext mcxt)
160160#define  LOWEST_COMPATIBLE_FRONT 		"1.5.0"
161161
162162/* Current version of native C library */ 
163- #define  CURRENT_LIB_VERSION 			"1.5.10 "
163+ #define  CURRENT_LIB_VERSION 			"1.5.11 "
164164
165165
166166void  * pathman_cache_search_relid (HTAB  * cache_table ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments