Skip to content

Commit

Permalink
Bump lib version 1.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
arssher committed Feb 25, 2019
1 parent 85fc5cc commit dd7483b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pg_pathman": {
"file": "pg_pathman--1.5.sql",
"docfile": "README.md",
"version": "1.5.4",
"version": "1.5.5",
"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.4
1.5.5
(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.4"
#define CURRENT_LIB_VERSION "1.5.5"


void *pathman_cache_search_relid(HTAB *cache_table,
Expand Down

0 comments on commit dd7483b

Please sign in to comment.