• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: Commit

firtst release


Commit MetaInfo

Revision429bd37402bbab54d8bf66c339ba065851fc2a5e (tree)
Time2019-01-17 16:40:44
AuthorKyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Change version to 1.3.3

Version bumped to 1.3.3. SPEC file is updated.

Change Summary

Incremental Difference

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.3.2
8+HINTPLANVER = 1.3.3
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-W ut-T ut-fini
1111
--- a/SPECS/pg_hint_plan10.spec
+++ b/SPECS/pg_hint_plan10.spec
@@ -14,7 +14,7 @@
1414 ## Set general information for pg_hint_plan.
1515 Summary: Optimizer hint on PostgreSQL 10
1616 Name: pg_hint_plan10
17-Version: 1.3.2
17+Version: 1.3.3
1818 Release: 1%{?dist}
1919 License: BSD
2020 Group: Applications/Databases
@@ -63,13 +63,16 @@ rm -rf %{buildroot}
6363 %defattr(0755,root,root)
6464 %{_libdir}/pg_hint_plan.so
6565 %defattr(0644,root,root)
66-%{_datadir}/extension/pg_hint_plan--1.3.2.sql
6766 %{_datadir}/extension/pg_hint_plan--1.3.0--1.3.1.sql
6867 %{_datadir}/extension/pg_hint_plan--1.3.1--1.3.2.sql
68+%{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql
69+%{_datadir}/extension/pg_hint_plan--1.3.3.sql
6970 %{_datadir}/extension/pg_hint_plan.control
7071
7172 # History of pg_hint_plan.
7273 %changelog
74+* Thu Jan 17 2019 Kyotaro Horiguchi
75+- Fix some bugs. Version 1.3.3.
7376 * Tue Nov 13 2018 Kyotaro Horiguchi
7477 - Version 1.3.2.
7578 * Tue Jun 08 2018 Kyotaro Horiguchi
--- a/pg_hint_plan--1.3.1--1.3.2.sql
+++ b/pg_hint_plan--1.3.1--1.3.2.sql
@@ -3,4 +3,4 @@
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
55
6--- nothing to do upgrading from 1.3.0/1.
6+-- nothing to do upgrading from 1.3.1.
--- /dev/null
+++ b/pg_hint_plan--1.3.2--1.3.3.sql
@@ -0,0 +1,6 @@
1+/* pg_hint_plan/pg_hint_plan--1.3.2--1.3.3.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 upgrading from 1.3.2.
--- a/pg_hint_plan--1.3.2.sql
+++ b/pg_hint_plan--1.3.3.sql
@@ -1,4 +1,4 @@
1-/* pg_hint_plan/pg_hint_plan--1.3.2.sql */
1+/* pg_hint_plan/pg_hint_plan--1.3.3.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.3.2'
4+default_version = '1.3.3'
55 relocatable = false
66 schema = hint_plan
Show on old repository browser