• 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

修訂fd64e6bae7521ce24a24e033c96c3697aae2f42d (tree)
時間2018-06-08 14:12:56
作者Kyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Change version to 1.1.6.

1.1.5 has a crash bug in Describe message of extended protocol
path. If server receives the message after invalidation of
corresponding query cache, pg_hint_plan crashes.

On the way fixing it, this version took in the following commit of
core.

80e12a6218 Change more places to be less trusting of RestrictInfo.is_pushed_down.

Change Summary

差異

--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
11 #
22 # pg_hint_plan: Makefile
33 #
4-# Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
4+# Copyright (c) 2012-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.1.5
8+HINTPLANVER = 1.1.6
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
@@ -14,7 +14,7 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_
1414 REGRESS_OPTS = --encoding=UTF8
1515
1616 EXTENSION = pg_hint_plan
17-DATA = pg_hint_plan--1.1.5.sql pg_hint_plan--1.1.4--1.1.5.sql pg_hint_plan--1.1.3--1.1.4.sql
17+DATA = pg_hint_plan--1.1.6.sql pg_hint_plan--1.1.5--1.1.6.sql pg_hint_plan--1.1.4--1.1.5.sql pg_hint_plan--1.1.3--1.1.4.sql
1818
1919 EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out
2020
--- a/SPECS/pg_hint_plan95.spec
+++ b/SPECS/pg_hint_plan95.spec
@@ -1,5 +1,5 @@
11 # SPEC file for pg_store_plans
2-# Copyright(C) 2016-2017 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+# Copyright(C) 2016-2018 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33
44 %define _pgdir /usr/pgsql-9.5
55 %define _bindir %{_pgdir}/bin
@@ -13,7 +13,7 @@
1313 ## Set general information for pg_store_plans.
1414 Summary: Optimizer hint on PostgreSQL 9.5
1515 Name: pg_hint_plan95
16-Version: 1.1.5
16+Version: 1.1.6
1717 Release: 1%{?dist}
1818 License: BSD
1919 Group: Applications/Databases
@@ -56,7 +56,8 @@ rm -rf %{buildroot}
5656 install -d %{buildroot}%{_libdir}
5757 install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so
5858 install -d %{buildroot}%{_datadir}/extension
59-install -m 644 pg_hint_plan--1.1.5.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.5.sql
59+install -m 644 pg_hint_plan--1.1.6.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.6.sql
60+install -m 644 pg_hint_plan--1.1.5--1.1.6.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.5--1.1.6.sql
6061 install -m 644 pg_hint_plan--1.1.4--1.1.5.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.4--1.1.5.sql
6162 install -m 644 pg_hint_plan--1.1.3--1.1.4.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.3--1.1.4.sql
6263 install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control
@@ -68,13 +69,16 @@ rm -rf %{buildroot}
6869 %defattr(0755,root,root)
6970 %{_libdir}/pg_hint_plan.so
7071 %defattr(0644,root,root)
71-%{_datadir}/extension/pg_hint_plan--1.1.5.sql
72+%{_datadir}/extension/pg_hint_plan--1.1.6.sql
73+%{_datadir}/extension/pg_hint_plan--1.1.5--1.1.6.sql
7274 %{_datadir}/extension/pg_hint_plan--1.1.4--1.1.5.sql
7375 %{_datadir}/extension/pg_hint_plan--1.1.3--1.1.4.sql
7476 %{_datadir}/extension/pg_hint_plan.control
7577
7678 # History of pg_hint_plan.
7779 %changelog
80+* Fri Jun 08 2018 Kyotaro Horiguchi
81+- Fixed a crash bug.
7882 * Thu Jul 27 2017 Kyotaro Horiguchi
7983 - Fixed a crash bug.
8084 * Fri May 19 2017 Kyotaro Horiguchi
--- /dev/null
+++ b/pg_hint_plan--1.1.5--1.1.6.sql
@@ -0,0 +1,6 @@
1+/* pg_hint_plan/pg_hint_plan--1.1.4--1.1.5.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.4
--- 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.5'
4+default_version = '1.1.6'
55 relocatable = false
66 schema = hint_plan