From e60d971b0485b6251225d257b808e316b8ab75a5 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Thu, 17 Jan 2019 13:27:28 +0900 Subject: [PATCH] Change version to 1.3.3 Version bunped to 1.3.3. Updates the SPEC file. --- Makefile | 2 +- SPECS/pg_hint_plan11.spec | 11 +++++++---- ...t_plan--1.3.0--1.3.1.sql => pg_hint_plan--1.3.2--1.3.3.sql | 4 ++-- pg_hint_plan--1.3.2.sql => pg_hint_plan--1.3.3.sql | 2 +- pg_hint_plan.control | 2 +- 5 files changed, 12 insertions(+), 9 deletions(-) rename pg_hint_plan--1.3.0--1.3.1.sql => pg_hint_plan--1.3.2--1.3.3.sql (61%) rename pg_hint_plan--1.3.2.sql => pg_hint_plan--1.3.3.sql (92%) diff --git a/Makefile b/Makefile index 3545b43..1c10b3e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER = 1.3.2 +HINTPLANVER = 1.3.3 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 98afd92..ecb685b 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.2 +Version: 1.3.3 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.1 +Requires: pg_hint_plan11 = 1.3.3 Summary: Just-in-time compilation support for pg_hint_plan11 %description llvmjit @@ -73,7 +73,8 @@ rm -rf %{buildroot} %defattr(0755,root,root) %{_libdir}/pg_hint_plan.so %defattr(0644,root,root) -%{_datadir}/extension/pg_hint_plan--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.control %files llvmjit @@ -85,9 +86,11 @@ rm -rf %{buildroot} # History of pg_hint_plan. %changelog +* Thu Jan 17 2019 Kyotaro Horiguchi +- Fix some bugs. Version 1.3.3. * Tue Nov 13 2018 Kyotaro Horiguchi - Support PostgreSQL 11. Version 1.3.2. -* Tue Jun 08 2018 Kyotaro Horiguchi +* Fri Jun 08 2018 Kyotaro Horiguchi - Fixed a crash bug. Version 1.3.1. * Tue Oct 10 2017 Kyotaro Horiguchi - Support PostgreSQL 10. Version 1.3.0. diff --git a/pg_hint_plan--1.3.0--1.3.1.sql b/pg_hint_plan--1.3.2--1.3.3.sql similarity index 61% rename from pg_hint_plan--1.3.0--1.3.1.sql rename to pg_hint_plan--1.3.2--1.3.3.sql index f09e407..2a9602c 100644 --- a/pg_hint_plan--1.3.0--1.3.1.sql +++ b/pg_hint_plan--1.3.2--1.3.3.sql @@ -1,6 +1,6 @@ -/* pg_hint_plan/pg_hint_plan--1.3.0--1.3.1.sql */ +/* pg_hint_plan/pg_hint_plan--1.3.2--1.3.3.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.0. +-- nothing to do upgrading from 1.3.2. diff --git a/pg_hint_plan--1.3.2.sql b/pg_hint_plan--1.3.3.sql similarity index 92% rename from pg_hint_plan--1.3.2.sql rename to pg_hint_plan--1.3.3.sql index 85b1387..f32d02e 100644 --- a/pg_hint_plan--1.3.2.sql +++ b/pg_hint_plan--1.3.3.sql @@ -1,4 +1,4 @@ -/* pg_hint_plan/pg_hint_plan--1.3.2.sql */ +/* pg_hint_plan/pg_hint_plan--1.3.3.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 1ad8bdf..e203834 100644 --- a/pg_hint_plan.control +++ b/pg_hint_plan.control @@ -1,6 +1,6 @@ # pg_hint_plan extension comment = '' -default_version = '1.3.2' +default_version = '1.3.3' relocatable = false schema = hint_plan -- 2.11.0