From: Kyotaro Horiguchi Date: Tue, 10 Oct 2017 02:49:25 +0000 (+0900) Subject: Change version to 1.3.0 X-Git-Tag: REL10_1_3_0 X-Git-Url: http://git.osdn.net/view?p=pghintplan%2Fpg_hint_plan.git;a=commitdiff_plain;h=0973d0d739ad37c20bd8bb24db79e12371da2eb7 Change version to 1.3.0 --- diff --git a/Makefile b/Makefile index 952f2e1..ff3a535 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER = 1.2.0 +HINTPLANVER = 1.3.0 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 @@ -14,7 +14,7 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_ REGRESS_OPTS = --encoding=UTF8 EXTENSION = pg_hint_plan -DATA = pg_hint_plan--1.2.0.sql pg_hint_plan--1.1.3--1.2.0.sql +DATA = pg_hint_plan--1.3.0.sql EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out RPMS diff --git a/SPECS/pg_hint_plan10.spec b/SPECS/pg_hint_plan10.spec index 700d2da..7965bdb 100644 --- a/SPECS/pg_hint_plan10.spec +++ b/SPECS/pg_hint_plan10.spec @@ -14,7 +14,7 @@ ## Set general information for pg_store_plans. Summary: Optimizer hint on PostgreSQL 10 Name: pg_hint_plan10 -Version: 1.2.0 +Version: 1.3.0 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -57,8 +57,7 @@ rm -rf %{buildroot} install -d %{buildroot}%{_libdir} install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so install -d %{buildroot}%{_datadir}/extension -install -m 644 pg_hint_plan--1.2.0.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.0.sql -install -m 644 pg_hint_plan--1.1.3--1.2.0.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.3--1.2.0.sql +install -m 644 pg_hint_plan--1.3.0.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.3.0.sql install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control %clean @@ -68,12 +67,13 @@ rm -rf %{buildroot} %defattr(0755,root,root) %{_libdir}/pg_hint_plan.so %defattr(0644,root,root) -%{_datadir}/extension/pg_hint_plan--1.2.0.sql -%{_datadir}/extension/pg_hint_plan--1.1.3--1.2.0.sql +%{_datadir}/extension/pg_hint_plan--1.3.0.sql %{_datadir}/extension/pg_hint_plan.control # History of pg_hint_plan. %changelog +* Tue Oct 10 2017 Kyotaro Horiguchi +- Support PostgreSQL 10. Version 1.3.0. * Tue Feb 7 2017 Kyotaro Horiguchi - Added new hint Parallel. Version 1.2.0. * Thu Jul 21 2016 Kyotaro Horiguchi diff --git a/doc/hint_list-ja.html b/doc/hint_list-ja.html index 659c871..456e7a1 100755 --- a/doc/hint_list-ja.html +++ b/doc/hint_list-ja.html @@ -10,7 +10,7 @@ -

pg_hint_plan 1.2 付録

+

pg_hint_plan 1.3 付録