From 2b86c66578cbfb324aeca1eb775cc430fce596ca Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Thu, 17 Jan 2019 18:53:12 +0900 Subject: [PATCH] Change version to 1.3.4. Fixed a minor bug of 1.3.3. --- Makefile | 2 +- SPECS/pg_hint_plan11.spec | 9 +++++---- pg_hint_plan--1.3.3--1.3.4.sql | 6 ++++++ pg_hint_plan--1.3.3.sql => pg_hint_plan--1.3.4.sql | 2 +- pg_hint_plan.control | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 pg_hint_plan--1.3.3--1.3.4.sql rename pg_hint_plan--1.3.3.sql => pg_hint_plan--1.3.4.sql (92%) diff --git a/Makefile b/Makefile index 1c10b3e..de9f5c5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER = 1.3.3 +HINTPLANVER = 1.3.4 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_plan11.spec b/SPECS/pg_hint_plan11.spec index 4c6b02c..7c55c74 100644 --- a/SPECS/pg_hint_plan11.spec +++ b/SPECS/pg_hint_plan11.spec @@ -16,7 +16,7 @@ ## Set general information for pg_store_plans. Summary: Optimizer hint on PostgreSQL 11 Name: pg_hint_plan11 -Version: 1.3.3 +Version: 1.3.4 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -39,7 +39,7 @@ Note that this package is available for only PostgreSQL 11. %package llvmjit Requires: postgresql11-server, postgresql11-llvmjit -Requires: pg_hint_plan11 = 1.3.3 +Requires: pg_hint_plan11 = 1.3.4 Summary: Just-in-time compilation support for pg_hint_plan11 %description llvmjit @@ -76,7 +76,8 @@ rm -rf %{buildroot} %{_datadir}/extension/pg_hint_plan--1.3.0--1.3.1.sql %{_datadir}/extension/pg_hint_plan--1.3.1--1.3.2.sql %{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql -%{_datadir}/extension/pg_hint_plan--1.3.3.sql +%{_datadir}/extension/pg_hint_plan--1.3.3--1.3.4.sql +%{_datadir}/extension/pg_hint_plan--1.3.4.sql %{_datadir}/extension/pg_hint_plan.control %files llvmjit @@ -89,7 +90,7 @@ rm -rf %{buildroot} # History of pg_hint_plan. %changelog * Thu Jan 17 2019 Kyotaro Horiguchi -- Fix some bugs. Version 1.3.3. +- Fix some bugs. Version 1.3.4. * Tue Nov 13 2018 Kyotaro Horiguchi - Support PostgreSQL 11. Version 1.3.2. * Fri Jun 08 2018 Kyotaro Horiguchi diff --git a/pg_hint_plan--1.3.3--1.3.4.sql b/pg_hint_plan--1.3.3--1.3.4.sql new file mode 100644 index 0000000..973a7ef --- /dev/null +++ b/pg_hint_plan--1.3.3--1.3.4.sql @@ -0,0 +1,6 @@ +/* pg_hint_plan/pg_hint_plan--1.3.3--1.3.4.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.3.3. diff --git a/pg_hint_plan--1.3.3.sql b/pg_hint_plan--1.3.4.sql similarity index 92% rename from pg_hint_plan--1.3.3.sql rename to pg_hint_plan--1.3.4.sql index f32d02e..388a877 100644 --- a/pg_hint_plan--1.3.3.sql +++ b/pg_hint_plan--1.3.4.sql @@ -1,4 +1,4 @@ -/* pg_hint_plan/pg_hint_plan--1.3.3.sql */ +/* pg_hint_plan/pg_hint_plan--1.3.4.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 e203834..9ab15e7 100644 --- a/pg_hint_plan.control +++ b/pg_hint_plan.control @@ -1,6 +1,6 @@ # pg_hint_plan extension comment = '' -default_version = '1.3.3' +default_version = '1.3.4' relocatable = false schema = hint_plan -- 2.11.0