• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: Commit

firtst release


Commit MetaInfo

Revision771b62aecf23f466700d1f778fbd569243f04dbf (tree)
Zeit2019-01-17 19:02:25
AutorKyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Change version to 1.3.4.

Fixed a minor bug in 1.3.3. Fixed typo in spec file.

Ändern Zusammenfassung

Diff

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.3.3
8+HINTPLANVER = 1.3.4
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_plan11.spec
+++ b/SPECS/pg_hint_plan11.spec
@@ -1,4 +1,4 @@
1-# SPEC file for pg_store_plans
1+# SPEC file for pg_hint_plan
22 # Copyright(C) 2019 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33
44 %define _pgdir /usr/pgsql-11
@@ -13,10 +13,10 @@
1313 %define _sourcedir %(echo ${MAKE_ROOT})
1414 %endif
1515
16-## Set general information for pg_store_plans.
16+## Set general information for pg_hint_plan.
1717 Summary: Optimizer hint on PostgreSQL 11
1818 Name: pg_hint_plan11
19-Version: 1.3.3
19+Version: 1.3.4
2020 Release: 1%{?dist}
2121 License: BSD
2222 Group: Applications/Databases
@@ -39,7 +39,7 @@ Note that this package is available for only PostgreSQL 11.
3939
4040 %package llvmjit
4141 Requires: postgresql11-server, postgresql11-llvmjit
42-Requires: pg_hint_plan11 = 1.3.3
42+Requires: pg_hint_plan11 = 1.3.4
4343 Summary: Just-in-time compilation support for pg_hint_plan11
4444
4545 %description llvmjit
@@ -74,7 +74,8 @@ rm -rf %{buildroot}
7474 %{_libdir}/pg_hint_plan.so
7575 %defattr(0644,root,root)
7676 %{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql
77-%{_datadir}/extension/pg_hint_plan--1.3.3.sql
77+%{_datadir}/extension/pg_hint_plan--1.3.3--1.3.4.sql
78+%{_datadir}/extension/pg_hint_plan--1.3.4.sql
7879 %{_datadir}/extension/pg_hint_plan.control
7980
8081 %files llvmjit
@@ -87,7 +88,7 @@ rm -rf %{buildroot}
8788 # History of pg_hint_plan.
8889 %changelog
8990 * Thu Jan 17 2019 Kyotaro Horiguchi
90-- Fix some bugs. Version 1.3.3.
91+- Fix some bugs. Version 1.3.4.
9192 * Tue Nov 13 2018 Kyotaro Horiguchi
9293 - Support PostgreSQL 11. Version 1.3.2.
9394 * Fri Jun 08 2018 Kyotaro Horiguchi
--- /dev/null
+++ b/pg_hint_plan--1.3.3--1.3.4.sql
@@ -0,0 +1,6 @@
1+/* pg_hint_plan/pg_hint_plan--1.3.3--1.3.4.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.3.
--- a/pg_hint_plan--1.3.3.sql
+++ b/pg_hint_plan--1.3.4.sql
@@ -1,4 +1,4 @@
1-/* pg_hint_plan/pg_hint_plan--1.3.3.sql */
1+/* pg_hint_plan/pg_hint_plan--1.3.4.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.3'
4+default_version = '1.3.4'
55 relocatable = false
66 schema = hint_plan
Show on old repository browser