Skip to content

Commit 1e82fd3

Browse files
committed
Bump 1.5.12 lib version.
1 parent c72d688 commit 1e82fd3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

META.json

+2-2
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.11",
5+
"version": "1.5.12",
66
"maintainer": [
77
"Arseny Sher <[email protected]>"
88
],
@@ -22,7 +22,7 @@
2222
"pg_pathman": {
2323
"file": "pg_pathman--1.5.sql",
2424
"docfile": "README.md",
25-
"version": "1.5.11",
25+
"version": "1.5.12",
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
@@ -23,7 +23,7 @@ SELECT debug_capture();
2323
SELECT pathman_version();
2424
pathman_version
2525
-----------------
26-
1.5.11
26+
1.5.12
2727
(1 row)
2828

2929
set client_min_messages = NOTICE;

expected/pathman_calamity_1.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SELECT debug_capture();
2323
SELECT pathman_version();
2424
pathman_version
2525
-----------------
26-
1.5.11
26+
1.5.12
2727
(1 row)
2828

2929
set client_min_messages = NOTICE;

expected/pathman_calamity_2.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SELECT debug_capture();
2323
SELECT pathman_version();
2424
pathman_version
2525
-----------------
26-
1.5.11
26+
1.5.12
2727
(1 row)
2828

2929
set client_min_messages = NOTICE;

src/include/init.h

+1-1
Original file line numberDiff line numberDiff 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.11"
163+
#define CURRENT_LIB_VERSION "1.5.12"
164164

165165

166166
void *pathman_cache_search_relid(HTAB *cache_table,

0 commit comments

Comments
 (0)