Skip to content

Commit

Permalink
bump lib version to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
funbringer committed Dec 7, 2017
1 parent 12c86af commit 13dd68e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -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.8",
"version": "1.4.9",
"maintainer": [
"Ildar Musin <i.musin@postgrespro.ru>",
"Dmitry Ivanov <d.ivanov@postgrespro.ru>",
Expand All @@ -24,7 +24,7 @@
"pg_pathman": {
"file": "pg_pathman--1.4.sql",
"docfile": "README.md",
"version": "1.4.8",
"version": "1.4.9",
"abstract": "Partitioning tool"
}
},
Expand Down
2 changes: 1 addition & 1 deletion expected/pathman_calamity.out
Expand Up @@ -12,7 +12,7 @@ SELECT debug_capture();
SELECT get_pathman_lib_version();
get_pathman_lib_version
-------------------------
10408
10409
(1 row)

set client_min_messages = NOTICE;
Expand Down
2 changes: 1 addition & 1 deletion src/include/init.h
Expand Up @@ -158,7 +158,7 @@ simpify_mcxt_name(MemoryContext mcxt)
#define LOWEST_COMPATIBLE_FRONT 0x010400

/* Current version of native C library (0xAA_BB_CC) */
#define CURRENT_LIB_VERSION 0x010408
#define CURRENT_LIB_VERSION 0x010409


void *pathman_cache_search_relid(HTAB *cache_table,
Expand Down

0 comments on commit 13dd68e

Please sign in to comment.