Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44b8962

Browse filesBrowse files
committed
Bump 1.5.10 lib version.
1 parent 6f51eb4 commit 44b8962
Copy full SHA for 44b8962

File tree

4 files changed

+5
-5
lines changed
Filter options

4 files changed

+5
-5
lines changed

‎META.json

Copy file name to clipboardExpand all lines: META.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.9",
5+
"version": "1.5.10",
66
"maintainer": [
77
"Arseny Sher <a.sher@postgrespro.ru>"
88
],
@@ -22,7 +22,7 @@
2222
"pg_pathman": {
2323
"file": "pg_pathman--1.5.sql",
2424
"docfile": "README.md",
25-
"version": "1.5.9",
25+
"version": "1.5.10",
2626
"abstract": "Effective partitioning tool for PostgreSQL 9.5 and higher"
2727
}
2828
},

‎expected/pathman_calamity.out

Copy file name to clipboardExpand all lines: expected/pathman_calamity.out
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SELECT debug_capture();
2020
SELECT pathman_version();
2121
pathman_version
2222
-----------------
23-
1.5.9
23+
1.5.10
2424
(1 row)
2525

2626
set client_min_messages = NOTICE;

‎expected/pathman_calamity_1.out

Copy file name to clipboardExpand all lines: expected/pathman_calamity_1.out
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SELECT debug_capture();
2020
SELECT pathman_version();
2121
pathman_version
2222
-----------------
23-
1.5.9
23+
1.5.10
2424
(1 row)
2525

2626
set client_min_messages = NOTICE;

‎src/include/init.h

Copy file name to clipboardExpand all lines: src/include/init.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.9"
161+
#define CURRENT_LIB_VERSION "1.5.10"
162162

163163

164164
void *pathman_cache_search_relid(HTAB *cache_table,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.