OSDN Git Service

Change version to 1.3.0 REL10_1_3_0
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 10 Oct 2017 02:49:25 +0000 (11:49 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 10 Oct 2017 03:33:01 +0000 (12:33 +0900)
Makefile
SPECS/pg_hint_plan10.spec
doc/hint_list-ja.html
doc/pg_hint_plan-ja.html
doc/pg_hint_plan.html
pg_hint_plan--1.1.3--1.2.0.sql [deleted file]
pg_hint_plan--1.3.0.sql [moved from pg_hint_plan--1.2.0.sql with 92% similarity]
pg_hint_plan.control

index 952f2e1..ff3a535 100644 (file)
--- 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
 
index 700d2da..7965bdb 100644 (file)
@@ -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
index 659c871..456e7a1 100755 (executable)
@@ -10,7 +10,7 @@
 </head>
 
 <body>
-<h1 id="pg_hint_plan">pg_hint_plan 1.2 付録</h1>
+<h1 id="pg_hint_plan">pg_hint_plan 1.3 付録</h1>
 <div class="navigation">
   <a href="pg_hint_plan-ja.html">pg_hint_plan</a> &gt;
   <a href="hint_list-ja.html">Appendix A. ヒント句一覧</a>
index 76272e2..3f1d119 100755 (executable)
@@ -10,7 +10,7 @@
 </head>
 
 <body>
-<h1 id="pg_hint_plan">pg_hint_plan 1.2</h1>
+<h1 id="pg_hint_plan">pg_hint_plan 1.3</h1>
 <div class="navigation">
   <a href="pg_hint_plan-ja.html">pg_hint_plan</a>
 </div>
@@ -675,12 +675,12 @@ postgres=#
 </dl>
 
 <h2 id="requirement">動作環境</h2>
-pg_hint_plan 1.2 は PostgreSQL 9.6 のみをサポートします。
+pg_hint_plan 1.3 は PostgreSQL 10 のみをサポートします。
 <dl>
 <dt>PostgreSQL</dt>
-  <dd>バージョン 9.6</dd>
+  <dd>バージョン 10</dd>
 <dt>動作確認済みOS</dt>
-  <dd>RHEL 7.3</dd>
+  <dd>CentOS 7.4</dd>
 </dl>
 
 <h2 id="seealso">関連項目</h2>
index 6bb01df..404a176 100755 (executable)
@@ -18,7 +18,7 @@ pre { margin: 0 2em 0 2em; padding:0.3em; border-style: solid; border-width:0.1e
 </head>
 
 <body>
-<h1 id="pg_hint_plan">pg_hint_plan 1.2</h1>
+<h1 id="pg_hint_plan">pg_hint_plan 1.3</h1>
 <div class="navigation">
   <a href="pg_hint_plan-ja.html">pg_hint_plan</a>
 </div>
@@ -482,12 +482,12 @@ from executed in parallel.</dd>
 <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>
 
 <h2 id="requirement">Requirements</h2>
-pg_hint_plan 1.2 requires PostgreSQL 9.6.
+pg_hint_plan 1.3 requires PostgreSQL 10.
 <dl>
 <dt>PostgreSQL versions tested</dt>
-  <dd>Version 9.6</dd>
+  <dd>Version 10</dd>
 <dt>OS versions tested</dt>
-  <dd>RHEL 7.2</dd>
+  <dd>CentOS 7.4</dd>
 </dl>
 
 <h2 id="seealso">See also</h2>
diff --git a/pg_hint_plan--1.1.3--1.2.0.sql b/pg_hint_plan--1.1.3--1.2.0.sql
deleted file mode 100644 (file)
index e5f6949..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* pg_hint_plan/pg_hint_plan--1.1.3--1.2.0.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.1.3.
similarity index 92%
rename from pg_hint_plan--1.2.0.sql
rename to pg_hint_plan--1.3.0.sql
index b35b57a..78bb8ee 100644 (file)
@@ -1,4 +1,4 @@
-/* pg_hint_plan/pg_hint_plan--1.2.0.sql */
+/* pg_hint_plan/pg_hint_plan--1.3.0.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
index 6679c6e..f8e1282 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.2.0'
+default_version = '1.3.0'
 relocatable = false
 schema = hint_plan