• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: Commit

firtst release


Commit MetaInfo

Revision044f0b8aec245000a291071aeb00962deb738096 (tree)
Zeit2014-12-19 16:20:29
AutorKyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Prepare for release 1.0.2.

Ändern Zusammenfassung

Diff

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.0.1
8+HINTPLANVER = 1.0.2
99 REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-fdw ut-fini
1010
1111 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_
1313 REGRESS_OPTS = --encoding=UTF8
1414
1515 EXTENSION = pg_hint_plan
16-DATA = pg_hint_plan--1.0--1.0.1.sql pg_hint_plan--1.0.1.sql
16+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
1717
1818 EXTRA_CLEAN = core.c sql/ut-fdw.sql expected/ut-fdw.out $(REGRESSION_EXPECTED)
1919
--- a/SPECS/pg_hint_plan91.spec
+++ b/SPECS/pg_hint_plan91.spec
@@ -13,7 +13,7 @@
1313 ## Set general information for pg_hint_plan.
1414 Summary: Optimizer hint for PostgreSQL 9.1
1515 Name: pg_hint_plan91
16-Version: 1.0.1
16+Version: 1.0.2
1717 Release: 1%{?dist}
1818 License: BSD
1919 Group: Applications/Databases
@@ -60,8 +60,9 @@ rm -rf %{buildroot}
6060 install -d %{buildroot}%{_libdir}
6161 install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so
6262 install -d %{buildroot}%{_datadir}/extension
63-install -m 644 pg_hint_plan--1.0.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0.1.sql
63+install -m 644 pg_hint_plan--1.0.2.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0.2.sql
6464 install -m 644 pg_hint_plan--1.0--1.0.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0--1.0.1.sql
65+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
6566 install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control
6667
6768 %clean
@@ -71,12 +72,15 @@ rm -rf %{buildroot}
7172 %defattr(0755,root,root)
7273 %{_libdir}/pg_hint_plan.so
7374 %defattr(0644,root,root)
74-%{_datadir}/extension/pg_hint_plan--1.0.1.sql
75+%{_datadir}/extension/pg_hint_plan--1.0.2.sql
7576 %{_datadir}/extension/pg_hint_plan--1.0--1.0.1.sql
77+%{_datadir}/extension/pg_hint_plan--1.0.1--1.0.2.sql
7678 %{_datadir}/extension/pg_hint_plan.control
7779
7880 # History of pg_hint_plan.
7981 %changelog
82+* Thu Dec 17 2014 Kyotaro Horiguchi
83+- Bug fix.
8084 * Thu Sep 14 2014 Kyotaro Horiguchi
8185 - Bug fix.
8286 * Mon Sep 02 2013 Takashi Suzuki
--- 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.0.1'
4+default_version = '1.0.2'
55 relocatable = false
66 schema = hint_plan
Show on old repository browser