• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: Commit

firtst release


Commit MetaInfo

Révision8fe6beaa6fb61a981d88a6ae3a429cc23552d75f (tree)
l'heure2020-02-20 20:12:38
AuteurKyotaro Horiguchi <horikyota.ntt@gmai...>
CommiterKyotaro Horiguchi

Message de Log

Change version to 1.3.5.

Version 1.3.4 for pg_hint_plan10 is skipped to make version number in
sync with pg_hint_plan11.

Change Summary

Modification

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
55 #
66
77 MODULES = pg_hint_plan
8-HINTPLANVER = 1.3.3
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_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.3
17+Version: 1.3.5
1818 Release: 1%{?dist}
1919 License: BSD
2020 Group: Applications/Databases
@@ -66,11 +66,14 @@ rm -rf %{buildroot}
6666 %{_datadir}/extension/pg_hint_plan--1.3.0--1.3.1.sql
6767 %{_datadir}/extension/pg_hint_plan--1.3.1--1.3.2.sql
6868 %{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql
69-%{_datadir}/extension/pg_hint_plan--1.3.3.sql
69+%{_datadir}/extension/pg_hint_plan--1.3.3--1.3.5.sql
70+%{_datadir}/extension/pg_hint_plan--1.3.5.sql
7071 %{_datadir}/extension/pg_hint_plan.control
7172
7273 # History of pg_hint_plan.
7374 %changelog
75+* Thu Feb 21 2020 Kyotaro Horiguchi
76+- Fix some bugs. Version 1.3.5.
7477 * Thu Jan 17 2019 Kyotaro Horiguchi
7578 - Fix some bugs. Version 1.3.3.
7679 * Tue Nov 13 2018 Kyotaro Horiguchi
--- /dev/null
+++ b/pg_hint_plan--1.3.3--1.3.5.sql
@@ -0,0 +1,6 @@
1+/* pg_hint_plan/pg_hint_plan--1.3.3--1.3.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 upgrading from 1.3.3.
--- a/pg_hint_plan--1.3.3.sql
+++ b/pg_hint_plan--1.3.5.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.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.3'
4+default_version = '1.3.5'
55 relocatable = false
66 schema = hint_plan
Afficher sur ancien navigateur de dépôt.