• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

firtst release


Commit MetaInfo

修訂afe29b4bff1516f2e3391cb4fe8a9774e7719725 (tree)
時間2020-10-29 21:09:36
作者Kyotaro Horiguchi <horikyoga.ntt@gmai...>
CommiterKyotaro Horiguchi

Log Message

Change version to 1.3.7.

Change Summary

差異

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.3.6
8+HINTPLANVER = 1.3.7
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_plan12.spec
+++ b/SPECS/pg_hint_plan12.spec
@@ -16,7 +16,7 @@
1616 ## Set general information for pg_store_plans.
1717 Summary: Optimizer hint on PostgreSQL 12
1818 Name: pg_hint_plan12
19-Version: 1.3.6
19+Version: 1.3.7
2020 Release: 1%{?dist}
2121 License: BSD
2222 Group: Applications/Databases
@@ -39,7 +39,7 @@ Note that this package is available for only PostgreSQL 12.
3939
4040 %package llvmjit
4141 Requires: postgresql12-server, postgresql12-llvmjit
42-Requires: pg_hint_plan12 = 1.3.6
42+Requires: pg_hint_plan12 = 1.3.7
4343 Summary: Just-in-time compilation support for pg_hint_plan12
4444
4545 %description llvmjit
@@ -73,7 +73,8 @@ rm -rf %{buildroot}
7373 %defattr(0755,root,root)
7474 %{_libdir}/pg_hint_plan.so
7575 %defattr(0644,root,root)
76-%{_datadir}/extension/pg_hint_plan--1.3.6.sql
76+%{_datadir}/extension/pg_hint_plan--1.3.7.sql
77+%{_datadir}/extension/pg_hint_plan--1.3.6--1.3.7.sql
7778 %{_datadir}/extension/pg_hint_plan--1.3.5--1.3.6.sql
7879 %{_datadir}/extension/pg_hint_plan.control
7980
@@ -86,19 +87,9 @@ rm -rf %{buildroot}
8687
8788 # History of pg_hint_plan.
8889 %changelog
90+* Thu Oct 29 2020 Kyotaro Horiguchi
91+- Fix a bug. Version 1.3.7.
8992 * Wed Aug 5 2020 Kyotaro Horiguchi
9093 - Fix some bugs. Version 1.3.6.
9194 * Thu Feb 20 2020 Kyotaro Horiguchi
9295 - Support PostgreSQL 12. Fix some bugs. Version 1.3.5.
93-* Thu Jan 17 2019 Kyotaro Horiguchi
94-- Fix some bugs. Version 1.3.4.
95-* Tue Nov 13 2018 Kyotaro Horiguchi
96-- Support PostgreSQL 11. Version 1.3.2.
97-* Fri Jun 08 2018 Kyotaro Horiguchi
98-- Fixed a crash bug. Version 1.3.1.
99-* Tue Oct 10 2017 Kyotaro Horiguchi
100-- Support PostgreSQL 10. Version 1.3.0.
101-* Tue Feb 7 2017 Kyotaro Horiguchi
102-- Added new hint Parallel. Version 1.2.0.
103-* Thu Jul 21 2016 Kyotaro Horiguchi
104-- Support PostgreSQL 9.6
--- a/pg_hint_plan--1.3.5--1.3.6.sql
+++ b/pg_hint_plan--1.3.5--1.3.6.sql
@@ -1,7 +1,4 @@
11 /* pg_hint_plan/pg_hint_plan--1.3.5--1.3.6.sql */
22
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-
63 SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints','');
74 SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq','');
--- /dev/null
+++ b/pg_hint_plan--1.3.6--1.3.7.sql
@@ -0,0 +1,5 @@
1+/* pg_hint_plan/pg_hint_plan--1.3.6--1.3.7.sql */
2+
3+-- complain if script is sourced in psql, rather than via ALTER EXTENSION
4+\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.7'" to load this file.
5+\quit
--- a/pg_hint_plan--1.3.6.sql
+++ b/pg_hint_plan--1.3.7.sql
@@ -1,4 +1,4 @@
1-/* pg_hint_plan/pg_hint_plan--1.3.6.sql */
1+/* pg_hint_plan/pg_hint_plan--1.3.7.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.6'
4+default_version = '1.3.7'
55 relocatable = false
66 schema = hint_plan