Skip to content

Commit

Permalink
Bump version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ildus committed Dec 17, 2018
1 parent 02e0db7 commit 6c9d435
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "pg_pathman",
"abstract": "Fast partitioning tool for PostgreSQL",
"description": "pg_pathman provides optimized partitioning mechanism and functions to manage partitions.",
"version": "1.5.2",
"version": "1.5.3",
"maintainer": [
"Dmitry Ivanov <[email protected]>",
"Ildus Kurbangaliev <[email protected]>"
],
"license": "postgresql",
Expand All @@ -23,7 +22,7 @@
"pg_pathman": {
"file": "pg_pathman--1.5.sql",
"docfile": "README.md",
"version": "1.5.2",
"version": "1.5.3",
"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.2
1.5.3
(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.2"
#define CURRENT_LIB_VERSION "1.5.3"


void *pathman_cache_search_relid(HTAB *cache_table,
Expand Down

0 comments on commit 6c9d435

Please sign in to comment.