• 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

修订版d518f0364a5615e4f063f9ac099f597d1fe92cb7 (tree)
时间2020-02-20 23:24:34
作者Kyotaro Horiguchi <horikyota.ntt@gmai...>
CommiterKyotaro Horiguchi

Log Message

Preparation for branch PG12

Change version to 12-1.3.5. Adjust SPEC file.

更改概述

差异

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.3.4
8+HINTPLANVER = 1.3.5
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.4
19+Version: 1.3.5
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.4
42+Requires: pg_hint_plan12 = 1.3.5
4343 Summary: Just-in-time compilation support for pg_hint_plan12
4444
4545 %description llvmjit
@@ -73,11 +73,7 @@ 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.0--1.3.1.sql
77-%{_datadir}/extension/pg_hint_plan--1.3.1--1.3.2.sql
78-%{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql
79-%{_datadir}/extension/pg_hint_plan--1.3.3--1.3.4.sql
80-%{_datadir}/extension/pg_hint_plan--1.3.4.sql
76+%{_datadir}/extension/pg_hint_plan--1.3.5.sql
8177 %{_datadir}/extension/pg_hint_plan.control
8278
8379 %files llvmjit
@@ -89,6 +85,8 @@ rm -rf %{buildroot}
8985
9086 # History of pg_hint_plan.
9187 %changelog
88+* Thu Feb 20 2020 Kyotaro Horiguchi
89+- Support PostgreSQL 12. Fix some bugs. Version 1.3.5.
9290 * Thu Jan 17 2019 Kyotaro Horiguchi
9391 - Fix some bugs. Version 1.3.4.
9492 * Tue Nov 13 2018 Kyotaro Horiguchi
--- a/pg_hint_plan--1.3.0--1.3.1.sql
+++ /dev/null
@@ -1,6 +0,0 @@
1-/* pg_hint_plan/pg_hint_plan--1.3.0--1.3.1.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.0.
--- a/pg_hint_plan--1.3.1--1.3.2.sql
+++ /dev/null
@@ -1,6 +0,0 @@
1-/* pg_hint_plan/pg_hint_plan--1.3.1--1.3.2.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.1.
--- a/pg_hint_plan--1.3.2--1.3.3.sql
+++ /dev/null
@@ -1,6 +0,0 @@
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.3--1.3.4.sql
+++ /dev/null
@@ -1,6 +0,0 @@
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.4.sql
+++ b/pg_hint_plan--1.3.5.sql
@@ -1,4 +1,4 @@
1-/* pg_hint_plan/pg_hint_plan--1.3.4.sql */
1+/* pg_hint_plan/pg_hint_plan--1.3.5.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.4'
4+default_version = '1.3.5'
55 relocatable = false
66 schema = hint_plan