From 7258169d0514779ea0bcbe11b339e037731b2d19 Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Tue, 7 Apr 2020 22:32:05 +0300 Subject: [PATCH] Bump 1.5.11 lib version. --- META.json | 4 ++-- expected/pathman_calamity.out | 2 +- expected/pathman_calamity_1.out | 2 +- src/include/init.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/META.json b/META.json index 1201812c..6bd1607d 100644 --- a/META.json +++ b/META.json @@ -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.10", + "version": "1.5.11", "maintainer": [ "Arseny Sher " ], @@ -22,7 +22,7 @@ "pg_pathman": { "file": "pg_pathman--1.5.sql", "docfile": "README.md", - "version": "1.5.10", + "version": "1.5.11", "abstract": "Effective partitioning tool for PostgreSQL 9.5 and higher" } }, diff --git a/expected/pathman_calamity.out b/expected/pathman_calamity.out index 759d7dca..0943bc5c 100644 --- a/expected/pathman_calamity.out +++ b/expected/pathman_calamity.out @@ -20,7 +20,7 @@ SELECT debug_capture(); SELECT pathman_version(); pathman_version ----------------- - 1.5.10 + 1.5.11 (1 row) set client_min_messages = NOTICE; diff --git a/expected/pathman_calamity_1.out b/expected/pathman_calamity_1.out index e434f2eb..b2e192e1 100644 --- a/expected/pathman_calamity_1.out +++ b/expected/pathman_calamity_1.out @@ -20,7 +20,7 @@ SELECT debug_capture(); SELECT pathman_version(); pathman_version ----------------- - 1.5.10 + 1.5.11 (1 row) set client_min_messages = NOTICE; diff --git a/src/include/init.h b/src/include/init.h index 2e7b49d9..f7f3df59 100644 --- a/src/include/init.h +++ b/src/include/init.h @@ -160,7 +160,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.10" +#define CURRENT_LIB_VERSION "1.5.11" void *pathman_cache_search_relid(HTAB *cache_table,