Skip to content

Commit

Permalink
Bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ildus committed Oct 8, 2018
1 parent a6bd7b4 commit b33eb4d
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": "Fast partitioning tool for PostgreSQL",
"description": "pg_pathman provides optimized partitioning mechanism and functions to manage partitions.",
"version": "1.5.1",
"version": "1.5.2",
"maintainer": [
"Dmitry Ivanov <d.ivanov@postgrespro.ru>",
"Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>"
Expand All @@ -23,7 +23,7 @@
"pg_pathman": {
"file": "pg_pathman--1.5.sql",
"docfile": "README.md",
"version": "1.5.1",
"version": "1.5.2",
"abstract": "Effective partitioning tool for PostgreSQL 9.5 and higher"
}
},
Expand Down
2 changes: 1 addition & 1 deletion expected/pathman_calamity.out
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SELECT debug_capture();
SELECT pathman_version();
pathman_version
-----------------
1.5.1
1.5.2
(1 row)

set client_min_messages = NOTICE;
Expand Down
2 changes: 1 addition & 1 deletion src/include/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ simplify_mcxt_name(MemoryContext mcxt)
#define LOWEST_COMPATIBLE_FRONT "1.5.0"

/* Current version of native C library */
#define CURRENT_LIB_VERSION "1.5.1"
#define CURRENT_LIB_VERSION "1.5.2"


void *pathman_cache_search_relid(HTAB *cache_table,
Expand Down

0 comments on commit b33eb4d

Please sign in to comment.