From: Kyotaro Horiguchi Date: Wed, 5 Aug 2020 07:30:25 +0000 (+0900) Subject: Version 1.3.6. X-Git-Tag: REL13_1_3_7~10 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a9abbbd08b7dc58998bf0ecf188ea3c3ece87fc0;p=pghintplan%2Fpg_hint_plan.git Version 1.3.6. Fixed some bugs. --- diff --git a/Makefile b/Makefile index 92e7806..4decef8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER = 1.3.5 +HINTPLANVER = 1.3.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_plan12.spec b/SPECS/pg_hint_plan12.spec index 085cf98..4b4b73e 100644 --- a/SPECS/pg_hint_plan12.spec +++ b/SPECS/pg_hint_plan12.spec @@ -16,7 +16,7 @@ ## Set general information for pg_store_plans. Summary: Optimizer hint on PostgreSQL 12 Name: pg_hint_plan12 -Version: 1.3.5 +Version: 1.3.6 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -39,7 +39,7 @@ Note that this package is available for only PostgreSQL 12. %package llvmjit Requires: postgresql12-server, postgresql12-llvmjit -Requires: pg_hint_plan12 = 1.3.5 +Requires: pg_hint_plan12 = 1.3.6 Summary: Just-in-time compilation support for pg_hint_plan12 %description llvmjit @@ -73,7 +73,7 @@ rm -rf %{buildroot} %defattr(0755,root,root) %{_libdir}/pg_hint_plan.so %defattr(0644,root,root) -%{_datadir}/extension/pg_hint_plan--1.3.5.sql +%{_datadir}/extension/pg_hint_plan--1.3.6.sql %{_datadir}/extension/pg_hint_plan.control %files llvmjit @@ -85,6 +85,8 @@ rm -rf %{buildroot} # History of pg_hint_plan. %changelog +* Wed Aug 5 2020 Kyotaro Horiguchi +- Fix some bugs. Version 1.3.6. * Thu Feb 20 2020 Kyotaro Horiguchi - Support PostgreSQL 12. Fix some bugs. Version 1.3.5. * Thu Jan 17 2019 Kyotaro Horiguchi diff --git a/pg_hint_plan--1.3.5.sql b/pg_hint_plan--1.3.6.sql similarity index 93% rename from pg_hint_plan--1.3.5.sql rename to pg_hint_plan--1.3.6.sql index dd32dfc..4a58bb4 100644 --- a/pg_hint_plan--1.3.5.sql +++ b/pg_hint_plan--1.3.6.sql @@ -1,4 +1,4 @@ -/* pg_hint_plan/pg_hint_plan--1.3.5.sql */ +/* pg_hint_plan/pg_hint_plan--1.3.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 76cb9e5..a39a070 100644 --- a/pg_hint_plan.control +++ b/pg_hint_plan.control @@ -1,6 +1,6 @@ # pg_hint_plan extension comment = '' -default_version = '1.3.5' +default_version = '1.3.6' relocatable = false schema = hint_plan