OSDN Git Service

Change version to 1.3.5. REL10_1_3_5
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 20 Feb 2020 10:10:34 +0000 (19:10 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 20 Feb 2020 11:12:38 +0000 (20:12 +0900)
Version 1.3.4 for pg_hint_plan10 is skipped to make version number in
sync with pg_hint_plan11.

Makefile
SPECS/pg_hint_plan10.spec
pg_hint_plan--1.3.3--1.3.5.sql [new file with mode: 0644]
pg_hint_plan--1.3.5.sql [moved from pg_hint_plan--1.3.3.sql with 92% similarity]
pg_hint_plan.control

index 8d6f87f..e34bf3c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-HINTPLANVER = 1.3.3
+HINTPLANVER = 1.3.5
 
 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
 
index 52e7835..e07defc 100644 (file)
@@ -14,7 +14,7 @@
 ## Set general information for pg_hint_plan.
 Summary:    Optimizer hint on PostgreSQL 10
 Name:       pg_hint_plan10
-Version:    1.3.3
+Version:    1.3.5
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -66,11 +66,14 @@ rm -rf %{buildroot}
 %{_datadir}/extension/pg_hint_plan--1.3.0--1.3.1.sql
 %{_datadir}/extension/pg_hint_plan--1.3.1--1.3.2.sql
 %{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql
-%{_datadir}/extension/pg_hint_plan--1.3.3.sql
+%{_datadir}/extension/pg_hint_plan--1.3.3--1.3.5.sql
+%{_datadir}/extension/pg_hint_plan--1.3.5.sql
 %{_datadir}/extension/pg_hint_plan.control
 
 # History of pg_hint_plan.
 %changelog
+* Thu Feb 21 2020 Kyotaro Horiguchi
+- Fix some bugs. Version 1.3.5.
 * Thu Jan 17 2019 Kyotaro Horiguchi
 - Fix some bugs. Version 1.3.3.
 * Tue Nov 13 2018 Kyotaro Horiguchi
diff --git a/pg_hint_plan--1.3.3--1.3.5.sql b/pg_hint_plan--1.3.3--1.3.5.sql
new file mode 100644 (file)
index 0000000..75517cc
--- /dev/null
@@ -0,0 +1,6 @@
+/* pg_hint_plan/pg_hint_plan--1.3.3--1.3.5.sql */
+
+-- complain if script is sourced in psql, rather than via CREATE EXTENSION
+\echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit
+
+-- nothing to do upgrading from 1.3.3.
similarity index 92%
rename from pg_hint_plan--1.3.3.sql
rename to pg_hint_plan--1.3.5.sql
index f32d02e..6e7ea47 100644 (file)
@@ -1,4 +1,4 @@
-/* pg_hint_plan/pg_hint_plan--1.3.3.sql */
+/* pg_hint_plan/pg_hint_plan--1.3.5.sql */
 
 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
 \echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit
index e203834..76cb9e5 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.3.3'
+default_version = '1.3.5'
 relocatable = false
 schema = hint_plan