• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

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

firtst release


コミットメタ情報

リビジョンf7e3c76600651fd2563c82778e43532eb9631d0f (tree)
日時2020-02-20 15:27:50
作者Kyotaro Horiguchi <horikyota.ntt@gmai...>
コミッターKyotaro Horiguchi

ログメッセージ

Change version to 1.1.9.

変更サマリ

差分

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.1.8
8+HINTPLANVER = 1.1.9
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-T ut-fini
1111
--- a/SPECS/pg_hint_plan95.spec
+++ b/SPECS/pg_hint_plan95.spec
@@ -13,7 +13,7 @@
1313 ## Set general information for pg_hint_plan.
1414 Summary: Optimizer hint on PostgreSQL 9.5
1515 Name: pg_hint_plan95
16-Version: 1.1.8
16+Version: 1.1.9
1717 Release: 1%{?dist}
1818 License: BSD
1919 Group: Applications/Databases
@@ -62,7 +62,8 @@ rm -rf %{buildroot}
6262 %defattr(0755,root,root)
6363 %{_libdir}/pg_hint_plan.so
6464 %defattr(0644,root,root)
65-%{_datadir}/extension/pg_hint_plan--1.1.8.sql
65+%{_datadir}/extension/pg_hint_plan--1.1.9.sql
66+%{_datadir}/extension/pg_hint_plan--1.1.8--1.1.9.sql
6667 %{_datadir}/extension/pg_hint_plan--1.1.7--1.1.8.sql
6768 %{_datadir}/extension/pg_hint_plan--1.1.6--1.1.7.sql
6869 %{_datadir}/extension/pg_hint_plan--1.1.5--1.1.6.sql
@@ -72,6 +73,8 @@ rm -rf %{buildroot}
7273
7374 # History of pg_hint_plan.
7475 %changelog
76+* Thu Feb 20 2020 Kyotaro Horiguchi
77+- Fixed some bugs. Version 1.1.9.
7578 * Thu Jan 17 2019 Kyotaro Horiguchi
7679 - Fixed some bugs. Version 1.1.8.
7780 * Tue Nov 13 2018 Kyotaro Horiguchi
--- /dev/null
+++ b/pg_hint_plan--1.1.8--1.1.9.sql
@@ -0,0 +1,6 @@
1+/* pg_hint_plan/pg_hint_plan--1.1.7--1.1.8.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 from 1.1.7
--- a/pg_hint_plan--1.1.8.sql
+++ b/pg_hint_plan--1.1.9.sql
@@ -1,4 +1,4 @@
1-/* pg_hint_plan/pg_hint_plan--1.1.8.sql */
1+/* pg_hint_plan/pg_hint_plan--1.1.9.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.1.8'
4+default_version = '1.1.9'
55 relocatable = false
66 schema = hint_plan