• 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

Revision51231e4565eeecd5be7dcba4973df5fb39a3bc66 (tree)
Zeit2020-02-20 15:02:39
AutorKyotaro Horiguchi <horikyota.ntt@gmai...>
CommiterKyotaro Horiguchi

Log Message

Change version to 1.1.9.

Ändern Zusammenfassung

Diff

--- 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_plan94.spec
+++ b/SPECS/pg_hint_plan94.spec
@@ -13,7 +13,7 @@
1313 ## Set general information for pg_hint_plan.
1414 Summary: Optimizer hint for PostgreSQL 9.4
1515 Name: pg_hint_plan94
16-Version: 1.1.8
16+Version: 1.1.9
1717 Release: 1%{?dist}
1818 License: BSD
1919 Group: Applications/Databases
@@ -40,7 +40,6 @@ Note that this package is available for only PostgreSQL 9.4.
4040
4141 ## pre work for build pg_hint_plan
4242 %prep
43-PATH=/usr/pgsql-9.4/bin:$PATH
4443 if [ "${MAKE_ROOT}" != "" ]; then
4544 pushd ${MAKE_ROOT}
4645 make clean %{name}-%{version}.tar.gz
@@ -66,7 +65,8 @@ rm -rf %{buildroot}
6665 %defattr(0755,root,root)
6766 %{_libdir}/pg_hint_plan.so
6867 %defattr(0644,root,root)
69-%{_datadir}/extension/pg_hint_plan--1.1.8.sql
68+%{_datadir}/extension/pg_hint_plan--1.1.9.sql
69+%{_datadir}/extension/pg_hint_plan--1.1.8--1.1.9.sql
7070 %{_datadir}/extension/pg_hint_plan--1.1.7--1.1.8.sql
7171 %{_datadir}/extension/pg_hint_plan--1.1.6--1.1.7.sql
7272 %{_datadir}/extension/pg_hint_plan--1.1.5--1.1.6.sql
@@ -77,6 +77,8 @@ rm -rf %{buildroot}
7777
7878 # History of pg_hint_plan.
7979 %changelog
80+* Thu Feb 20 2020 Kyotaro Horiguchi
81+- Fixed some bugs. Version 1.1.9.
8082 * Thu Jan 17 2019 Kyotaro Horiguchi
8183 - Fixed some bugs. Version 1.1.8.
8284 * Tue Nov 13 2018 Kyotaro Horiguchi
--- a/pg_hint_plan--1.1.9.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