From d6dcece5f3fe6d66c891120cec1c321f491d8214 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Thu, 20 Feb 2020 16:49:02 +0900 Subject: [PATCH] Change version to 1.2.6. --- Makefile | 2 +- SPECS/pg_hint_plan96.spec | 7 +++++-- pg_hint_plan--1.2.5--1.2.6.sql | 6 ++++++ pg_hint_plan--1.2.5.sql => pg_hint_plan--1.2.6.sql | 2 +- pg_hint_plan.control | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 pg_hint_plan--1.2.5--1.2.6.sql rename pg_hint_plan--1.2.5.sql => pg_hint_plan--1.2.6.sql (92%) diff --git a/Makefile b/Makefile index 5c4588d..758746d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER = 1.2.5 +HINTPLANVER = 1.2.6 REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-R ut-fdw ut-W ut-T ut-fini diff --git a/SPECS/pg_hint_plan96.spec b/SPECS/pg_hint_plan96.spec index c2a4d7d..27426f2 100644 --- a/SPECS/pg_hint_plan96.spec +++ b/SPECS/pg_hint_plan96.spec @@ -14,7 +14,7 @@ ## Set general information for pg_hint_plan. Summary: Optimizer hint on PostgreSQL 9.6 Name: pg_hint_plan96 -Version: 1.2.5 +Version: 1.2.6 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -63,7 +63,8 @@ rm -rf %{buildroot} %defattr(0755,root,root) %{_libdir}/pg_hint_plan.so %defattr(0644,root,root) -%{_datadir}/extension/pg_hint_plan--1.2.5.sql +%{_datadir}/extension/pg_hint_plan--1.2.6.sql +%{_datadir}/extension/pg_hint_plan--1.2.5--1.2.6.sql %{_datadir}/extension/pg_hint_plan--1.2.4--1.2.5.sql %{_datadir}/extension/pg_hint_plan--1.2.3--1.2.4.sql %{_datadir}/extension/pg_hint_plan--1.2.2--1.2.3.sql @@ -74,6 +75,8 @@ rm -rf %{buildroot} # History of pg_hint_plan. %changelog +* Thu Feb 21 2020 Kyotaro Horiguchi +- Fixed some bugs. Version 1.2.6. * Thu Jan 17 2019 Kyotaro Horiguchi - Fixed some bugs. Version 1.2.5. * Tue Nov 13 2018 Kyotaro Horiguchi diff --git a/pg_hint_plan--1.2.5--1.2.6.sql b/pg_hint_plan--1.2.5--1.2.6.sql new file mode 100644 index 0000000..945068a --- /dev/null +++ b/pg_hint_plan--1.2.5--1.2.6.sql @@ -0,0 +1,6 @@ +/* pg_hint_plan/pg_hint_plan--1.2.5--1.2.6.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 upgrading from 1.2.5. diff --git a/pg_hint_plan--1.2.5.sql b/pg_hint_plan--1.2.6.sql similarity index 92% rename from pg_hint_plan--1.2.5.sql rename to pg_hint_plan--1.2.6.sql index 1ab0c61..690eeba 100644 --- a/pg_hint_plan--1.2.5.sql +++ b/pg_hint_plan--1.2.6.sql @@ -1,4 +1,4 @@ -/* pg_hint_plan/pg_hint_plan--1.2.5.sql */ +/* pg_hint_plan/pg_hint_plan--1.2.6.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 29e579f..941f597 100644 --- a/pg_hint_plan.control +++ b/pg_hint_plan.control @@ -1,6 +1,6 @@ # pg_hint_plan extension comment = '' -default_version = '1.2.5' +default_version = '1.2.6' relocatable = false schema = hint_plan -- 2.11.0