From 92b354587a6c38fce44eb50441fb45de75b60ec0 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Thu, 17 Jan 2019 14:01:02 +0900 Subject: [PATCH] Change version to 1.1.8 Version bumped to 1.1.8. SPEC file is updated. --- Makefile | 2 +- SPECS/pg_hint_plan95.spec | 9 ++++++--- pg_hint_plan--1.1.7--1.1.8.sql | 6 ++++++ pg_hint_plan--1.1.7.sql => pg_hint_plan--1.1.8.sql | 2 +- pg_hint_plan.control | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 pg_hint_plan--1.1.7--1.1.8.sql rename pg_hint_plan--1.1.7.sql => pg_hint_plan--1.1.8.sql (92%) diff --git a/Makefile b/Makefile index ee8b3dd..c8775b9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER = 1.1.7 +HINTPLANVER = 1.1.8 REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-R ut-fdw ut-T ut-fini diff --git a/SPECS/pg_hint_plan95.spec b/SPECS/pg_hint_plan95.spec index e85c9d8..3fefe15 100644 --- a/SPECS/pg_hint_plan95.spec +++ b/SPECS/pg_hint_plan95.spec @@ -10,10 +10,10 @@ %define _sourcedir %(echo ${MAKE_ROOT}) %endif -## Set general information for pg_store_plans. +## Set general information for pg_hint_plan. Summary: Optimizer hint on PostgreSQL 9.5 Name: pg_hint_plan95 -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -62,7 +62,8 @@ rm -rf %{buildroot} %defattr(0755,root,root) %{_libdir}/pg_hint_plan.so %defattr(0644,root,root) -%{_datadir}/extension/pg_hint_plan--1.1.7.sql +%{_datadir}/extension/pg_hint_plan--1.1.8.sql +%{_datadir}/extension/pg_hint_plan--1.1.7--1.1.8.sql %{_datadir}/extension/pg_hint_plan--1.1.6--1.1.7.sql %{_datadir}/extension/pg_hint_plan--1.1.5--1.1.6.sql %{_datadir}/extension/pg_hint_plan--1.1.4--1.1.5.sql @@ -71,6 +72,8 @@ rm -rf %{buildroot} # History of pg_hint_plan. %changelog +* Thu Jan 17 2019 Kyotaro Horiguchi +- Fixed some bugs. Version 1.1.8. * Tue Nov 13 2018 Kyotaro Horiguchi - Improvement of debug message emission. * Fri Jun 08 2018 Kyotaro Horiguchi diff --git a/pg_hint_plan--1.1.7--1.1.8.sql b/pg_hint_plan--1.1.7--1.1.8.sql new file mode 100644 index 0000000..b2c717d --- /dev/null +++ b/pg_hint_plan--1.1.7--1.1.8.sql @@ -0,0 +1,6 @@ +/* pg_hint_plan/pg_hint_plan--1.1.7--1.1.8.sql */ + +-- complain if script is sourced in psql, rather than via CREATE EXTENSION +\echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit + +-- Nothing to do from 1.1.7 diff --git a/pg_hint_plan--1.1.7.sql b/pg_hint_plan--1.1.8.sql similarity index 92% rename from pg_hint_plan--1.1.7.sql rename to pg_hint_plan--1.1.8.sql index db6a995..5dd3820 100644 --- a/pg_hint_plan--1.1.7.sql +++ b/pg_hint_plan--1.1.8.sql @@ -1,4 +1,4 @@ -/* pg_hint_plan/pg_hint_plan--1.1.5.sql */ +/* pg_hint_plan/pg_hint_plan--1.1.8.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit diff --git a/pg_hint_plan.control b/pg_hint_plan.control index b9501ac..62cb189 100644 --- a/pg_hint_plan.control +++ b/pg_hint_plan.control @@ -1,6 +1,6 @@ # pg_hint_plan extension comment = '' -default_version = '1.1.7' +default_version = '1.1.8' relocatable = false schema = hint_plan -- 2.11.0