From dd7483b78fe07498dc2709380a2affc50db04543 Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Mon, 25 Feb 2019 15:00:18 +0300 Subject: [PATCH] Bump lib version 1.5.5. --- META.json | 2 +- expected/pathman_calamity.out | 2 +- src/include/init.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index 9321b82c..fa06948c 100644 --- a/META.json +++ b/META.json @@ -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" } }, diff --git a/expected/pathman_calamity.out b/expected/pathman_calamity.out index 44f14d96..a9305a9e 100644 --- a/expected/pathman_calamity.out +++ b/expected/pathman_calamity.out @@ -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; diff --git a/src/include/init.h b/src/include/init.h index 5b133d01..63586f6b 100644 --- a/src/include/init.h +++ b/src/include/init.h @@ -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,