Skip to content

Commit

Permalink
bump lib version to 1.4.6
Browse files Browse the repository at this point in the history
funbringer committed Oct 3, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cfcb53d commit 6fb5b84
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "pg_pathman",
"abstract": "Partitioning tool",
"description": "The `pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions.",
"version": "1.4.5",
"version": "1.4.6",
"maintainer": [
"Ildar Musin <[email protected]>",
"Dmitry Ivanov <[email protected]>",
@@ -24,7 +24,7 @@
"pg_pathman": {
"file": "pg_pathman--1.4.sql",
"docfile": "README.md",
"version": "1.4.5",
"version": "1.4.6",
"abstract": "Partitioning tool"
}
},
2 changes: 1 addition & 1 deletion expected/pathman_calamity.out
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ SELECT debug_capture();
SELECT get_pathman_lib_version();
get_pathman_lib_version
-------------------------
10405
10406
(1 row)

set client_min_messages = NOTICE;
2 changes: 1 addition & 1 deletion src/include/init.h
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@ simpify_mcxt_name(MemoryContext mcxt)
#define LOWEST_COMPATIBLE_FRONT 0x010400

/* Current version of native C library (0xAA_BB_CC) */
#define CURRENT_LIB_VERSION 0x010405
#define CURRENT_LIB_VERSION 0x010406


void *pathman_cache_search_relid(HTAB *cache_table,

0 comments on commit 6fb5b84

Please sign in to comment.