Skip to content

Commit 6499232

Browse files
committed
Bump 1.5.4 lib version.
1 parent 16810d9 commit 6499232

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

META.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.3",
5+
"version": "1.5.4",
66
"maintainer": [
7-
"Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>"
7+
"Arseny Sher <a.sher@postgrespro.ru>"
88
],
99
"license": "postgresql",
1010
"resources": {
@@ -22,7 +22,7 @@
2222
"pg_pathman": {
2323
"file": "pg_pathman--1.5.sql",
2424
"docfile": "README.md",
25-
"version": "1.5.3",
25+
"version": "1.5.4",
2626
"abstract": "Effective partitioning tool for PostgreSQL 9.5 and higher"
2727
}
2828
},

expected/pathman_calamity.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SELECT debug_capture();
1313
SELECT pathman_version();
1414
pathman_version
1515
-----------------
16-
1.5.3
16+
1.5.4
1717
(1 row)
1818

1919
set client_min_messages = NOTICE;

src/include/init.h

+1-1
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.3"
161+
#define CURRENT_LIB_VERSION "1.5.4"
162162

163163

164164
void *pathman_cache_search_relid(HTAB *cache_table,

0 commit comments

Comments
 (0)