Skip to content

Commit 861f84f

Browse files
committed
bump lib version to 1.4.8
1 parent c45a95a commit 861f84f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: META.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.7",
5+
"version": "1.4.8",
66
"maintainer": [
77
"Ildar Musin <[email protected]>",
88
"Dmitry Ivanov <[email protected]>",
@@ -24,7 +24,7 @@
2424
"pg_pathman": {
2525
"file": "pg_pathman--1.4.sql",
2626
"docfile": "README.md",
27-
"version": "1.4.7",
27+
"version": "1.4.8",
2828
"abstract": "Partitioning tool"
2929
}
3030
},

Diff for: expected/pathman_calamity.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SELECT debug_capture();
1212
SELECT get_pathman_lib_version();
1313
get_pathman_lib_version
1414
-------------------------
15-
10407
15+
10408
1616
(1 row)
1717

1818
set client_min_messages = NOTICE;

Diff for: src/include/init.h

+1-1
Original file line numberDiff line numberDiff 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 0x010407
161+
#define CURRENT_LIB_VERSION 0x010408
162162

163163

164164
void *pathman_cache_search_relid(HTAB *cache_table,

0 commit comments

Comments
 (0)