Skip to content

Commit

Permalink
bump version number (1.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
funbringer committed May 15, 2017
1 parent b6d45de commit 0c5323d
Show file tree
Hide file tree
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
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.3.1",
"version": "1.3.2",
"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.3.sql",
"docfile": "README.md",
"version": "1.3.1",
"version": "1.3.2",
"abstract": "Partitioning tool"
}
},
Expand Down
2 changes: 1 addition & 1 deletion expected/pathman_calamity.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SELECT debug_capture();
SELECT get_pathman_lib_version();
get_pathman_lib_version
-------------------------
10300
10302
(1 row)

set client_min_messages = NOTICE;
Expand Down
2 changes: 1 addition & 1 deletion src/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ extern PathmanInitState pg_pathman_init_state;
#define LOWEST_COMPATIBLE_FRONT 0x010300

/* Current version on native C library (0xAA_BB_CC) */
#define CURRENT_LIB_VERSION 0x010300
#define CURRENT_LIB_VERSION 0x010302


void *pathman_cache_search_relid(HTAB *cache_table,
Expand Down

0 comments on commit 0c5323d

Please sign in to comment.