• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

firtst release


Commit MetaInfo

Revision0973d0d739ad37c20bd8bb24db79e12371da2eb7 (tree)
Zeit2017-10-10 12:33:01
AutorKyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Change version to 1.3.0

Ändern Zusammenfassung

Diff

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.2.0
8+HINTPLANVER = 1.3.0
99
1010 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
1111
@@ -14,7 +14,7 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_
1414 REGRESS_OPTS = --encoding=UTF8
1515
1616 EXTENSION = pg_hint_plan
17-DATA = pg_hint_plan--1.2.0.sql pg_hint_plan--1.1.3--1.2.0.sql
17+DATA = pg_hint_plan--1.3.0.sql
1818
1919 EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out RPMS
2020
--- a/SPECS/pg_hint_plan10.spec
+++ b/SPECS/pg_hint_plan10.spec
@@ -14,7 +14,7 @@
1414 ## Set general information for pg_store_plans.
1515 Summary: Optimizer hint on PostgreSQL 10
1616 Name: pg_hint_plan10
17-Version: 1.2.0
17+Version: 1.3.0
1818 Release: 1%{?dist}
1919 License: BSD
2020 Group: Applications/Databases
@@ -57,8 +57,7 @@ rm -rf %{buildroot}
5757 install -d %{buildroot}%{_libdir}
5858 install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so
5959 install -d %{buildroot}%{_datadir}/extension
60-install -m 644 pg_hint_plan--1.2.0.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.0.sql
61-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
60+install -m 644 pg_hint_plan--1.3.0.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.3.0.sql
6261 install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control
6362
6463 %clean
@@ -68,12 +67,13 @@ rm -rf %{buildroot}
6867 %defattr(0755,root,root)
6968 %{_libdir}/pg_hint_plan.so
7069 %defattr(0644,root,root)
71-%{_datadir}/extension/pg_hint_plan--1.2.0.sql
72-%{_datadir}/extension/pg_hint_plan--1.1.3--1.2.0.sql
70+%{_datadir}/extension/pg_hint_plan--1.3.0.sql
7371 %{_datadir}/extension/pg_hint_plan.control
7472
7573 # History of pg_hint_plan.
7674 %changelog
75+* Tue Oct 10 2017 Kyotaro Horiguchi
76+- Support PostgreSQL 10. Version 1.3.0.
7777 * Tue Feb 7 2017 Kyotaro Horiguchi
7878 - Added new hint Parallel. Version 1.2.0.
7979 * Thu Jul 21 2016 Kyotaro Horiguchi
--- a/doc/hint_list-ja.html
+++ b/doc/hint_list-ja.html
@@ -10,7 +10,7 @@
1010 </head>
1111
1212 <body>
13-<h1 id="pg_hint_plan">pg_hint_plan 1.2 付録</h1>
13+<h1 id="pg_hint_plan">pg_hint_plan 1.3 付録</h1>
1414 <div class="navigation">
1515 <a href="pg_hint_plan-ja.html">pg_hint_plan</a> &gt;
1616 <a href="hint_list-ja.html">Appendix A. ヒント句一覧</a>
--- a/doc/pg_hint_plan-ja.html
+++ b/doc/pg_hint_plan-ja.html
@@ -10,7 +10,7 @@
1010 </head>
1111
1212 <body>
13-<h1 id="pg_hint_plan">pg_hint_plan 1.2</h1>
13+<h1 id="pg_hint_plan">pg_hint_plan 1.3</h1>
1414 <div class="navigation">
1515 <a href="pg_hint_plan-ja.html">pg_hint_plan</a>
1616 </div>
@@ -675,12 +675,12 @@ postgres=#
675675 </dl>
676676
677677 <h2 id="requirement">動作環境</h2>
678-pg_hint_plan 1.2 は PostgreSQL 9.6 のみをサポートします。
678+pg_hint_plan 1.3 は PostgreSQL 10 のみをサポートします。
679679 <dl>
680680 <dt>PostgreSQL</dt>
681- <dd>バージョン 9.6</dd>
681+ <dd>バージョン 10</dd>
682682 <dt>動作確認済みOS</dt>
683- <dd>RHEL 7.3</dd>
683+ <dd>CentOS 7.4</dd>
684684 </dl>
685685
686686 <h2 id="seealso">関連項目</h2>
--- a/doc/pg_hint_plan.html
+++ b/doc/pg_hint_plan.html
@@ -18,7 +18,7 @@ pre { margin: 0 2em 0 2em; padding:0.3em; border-style: solid; border-width:0.1e
1818 </head>
1919
2020 <body>
21-<h1 id="pg_hint_plan">pg_hint_plan 1.2</h1>
21+<h1 id="pg_hint_plan">pg_hint_plan 1.3</h1>
2222 <div class="navigation">
2323 <a href="pg_hint_plan-ja.html">pg_hint_plan</a>
2424 </div>
@@ -482,12 +482,12 @@ from executed in parallel.</dd>
482482 <p>pg_stat_statements generates a query id ignoring comments. As the result the identical queires with different hints are summerized as the same query.</p>
483483
484484 <h2 id="requirement">Requirements</h2>
485-pg_hint_plan 1.2 requires PostgreSQL 9.6.
485+pg_hint_plan 1.3 requires PostgreSQL 10.
486486 <dl>
487487 <dt>PostgreSQL versions tested</dt>
488- <dd>Version 9.6</dd>
488+ <dd>Version 10</dd>
489489 <dt>OS versions tested</dt>
490- <dd>RHEL 7.2</dd>
490+ <dd>CentOS 7.4</dd>
491491 </dl>
492492
493493 <h2 id="seealso">See also</h2>
--- a/pg_hint_plan--1.1.3--1.2.0.sql
+++ /dev/null
@@ -1,6 +0,0 @@
1-/* pg_hint_plan/pg_hint_plan--1.1.3--1.2.0.sql */
2-
3--- complain if script is sourced in psql, rather than via CREATE EXTENSION
4-\echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit
5-
6--- nothing to do upgrading from 1.1.3.
--- a/pg_hint_plan--1.2.0.sql
+++ b/pg_hint_plan--1.3.0.sql
@@ -1,4 +1,4 @@
1-/* pg_hint_plan/pg_hint_plan--1.2.0.sql */
1+/* pg_hint_plan/pg_hint_plan--1.3.0.sql */
22
33 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
44 \echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit
--- a/pg_hint_plan.control
+++ b/pg_hint_plan.control
@@ -1,6 +1,6 @@
11 # pg_hint_plan extension
22
33 comment = ''
4-default_version = '1.2.0'
4+default_version = '1.3.0'
55 relocatable = false
66 schema = hint_plan