OSDN Git Service

Prepare for release 1.0.2. PG91 REL91_1_0_2
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 16 Dec 2014 09:55:36 +0000 (18:55 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 19 Dec 2014 07:20:29 +0000 (16:20 +0900)
Makefile
SPECS/pg_hint_plan91.spec
pg_hint_plan--1.0.1--1.0.2.sql [new file with mode: 0644]
pg_hint_plan--1.0.2.sql [moved from pg_hint_plan--1.0.1.sql with 100% similarity]
pg_hint_plan.control

index 306bb7e..3fc7e83 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-HINTPLANVER = 1.0.1
+HINTPLANVER = 1.0.2
 REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-fdw ut-fini
 
 REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_plan.out expected/ut-A.out expected/ut-S.out expected/ut-J.out expected/ut-L.out expected/ut-G.out
@@ -13,7 +13,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.0--1.0.1.sql pg_hint_plan--1.0.1.sql
+DATA = pg_hint_plan--1.0--1.0.1.sql pg_hint_plan--1.0.1--1.0.2.sql pg_hint_plan--1.0.2.sql
 
 EXTRA_CLEAN = core.c sql/ut-fdw.sql expected/ut-fdw.out $(REGRESSION_EXPECTED)
 
index 13dfd5c..7b5042d 100644 (file)
@@ -13,7 +13,7 @@
 ## Set general information for pg_hint_plan.
 Summary:    Optimizer hint for PostgreSQL 9.1
 Name:       pg_hint_plan91
-Version:    1.0.1
+Version:    1.0.2
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -60,8 +60,9 @@ 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.0.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0.1.sql
+install -m 644 pg_hint_plan--1.0.2.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0.2.sql
 install -m 644 pg_hint_plan--1.0--1.0.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0--1.0.1.sql
+install -m 644 pg_hint_plan--1.0.1--1.0.2.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0.1--1.0.2.sql
 install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control
 
 %clean
@@ -71,12 +72,15 @@ rm -rf %{buildroot}
 %defattr(0755,root,root)
 %{_libdir}/pg_hint_plan.so
 %defattr(0644,root,root)
-%{_datadir}/extension/pg_hint_plan--1.0.1.sql
+%{_datadir}/extension/pg_hint_plan--1.0.2.sql
 %{_datadir}/extension/pg_hint_plan--1.0--1.0.1.sql
+%{_datadir}/extension/pg_hint_plan--1.0.1--1.0.2.sql
 %{_datadir}/extension/pg_hint_plan.control
 
 # History of pg_hint_plan.
 %changelog
+* Thu Dec 17 2014 Kyotaro Horiguchi
+- Bug fix.
 * Thu Sep 14 2014 Kyotaro Horiguchi
 - Bug fix.
 * Mon Sep 02 2013 Takashi Suzuki
diff --git a/pg_hint_plan--1.0.1--1.0.2.sql b/pg_hint_plan--1.0.1--1.0.2.sql
new file mode 100644 (file)
index 0000000..e69de29
index 20137ce..4e66c97 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.0.1'
+default_version = '1.0.2'
 relocatable = false
 schema = hint_plan