OSDN Git Service

Change version to 1.2.5 REL96_1_2_5
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 04:43:53 +0000 (13:43 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 07:41:13 +0000 (16:41 +0900)
Version bumped to 1.2.5. SPEC file is updated.

Makefile
SPECS/pg_hint_plan96.spec
pg_hint_plan--1.2.4--1.2.5.sql [new file with mode: 0644]
pg_hint_plan--1.2.5.sql [moved from pg_hint_plan--1.2.4.sql with 92% similarity]
pg_hint_plan.control

index d2b4c55..dae6a35 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-HINTPLANVER = 1.2.4
+HINTPLANVER = 1.2.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 29270a8..022ada9 100644 (file)
   %define _sourcedir %(echo ${MAKE_ROOT})
 %endif
 
-## Set general information for pg_store_plans.
+## Set general information for pg_hint_plan.
 Summary:    Optimizer hint on PostgreSQL 9.6
 Name:       pg_hint_plan96
-Version:    1.2.4
+Version:    1.2.5
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -63,7 +63,8 @@ rm -rf %{buildroot}
 %defattr(0755,root,root)
 %{_libdir}/pg_hint_plan.so
 %defattr(0644,root,root)
-%{_datadir}/extension/pg_hint_plan--1.2.4.sql
+%{_datadir}/extension/pg_hint_plan--1.2.5.sql
+%{_datadir}/extension/pg_hint_plan--1.2.4--1.2.5.sql
 %{_datadir}/extension/pg_hint_plan--1.2.3--1.2.4.sql
 %{_datadir}/extension/pg_hint_plan--1.2.2--1.2.3.sql
 %{_datadir}/extension/pg_hint_plan--1.2.1--1.2.2.sql
@@ -73,6 +74,8 @@ rm -rf %{buildroot}
 
 # History of pg_hint_plan.
 %changelog
+* Thu Jan 17 2019 Kyotaro Horiguchi
+- Fixed some bugs. Version 1.2.5.
 * Tue Nov 13 2018 Kyotaro Horiguchi
 - Improvement of debug message emission.
 * Fri Jun 08 2018 Kyotaro Horiguchi
diff --git a/pg_hint_plan--1.2.4--1.2.5.sql b/pg_hint_plan--1.2.4--1.2.5.sql
new file mode 100644 (file)
index 0000000..1de6a9f
--- /dev/null
@@ -0,0 +1,6 @@
+/* pg_hint_plan/pg_hint_plan--1.2.4--1.2.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.2.4.
similarity index 92%
rename from pg_hint_plan--1.2.4.sql
rename to pg_hint_plan--1.2.5.sql
index 26d4730..1ab0c61 100644 (file)
@@ -1,4 +1,4 @@
-/* pg_hint_plan/pg_hint_plan--1.2.4.sql */
+/* pg_hint_plan/pg_hint_plan--1.2.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 5d2ae83..29e579f 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.2.4'
+default_version = '1.2.5'
 relocatable = false
 schema = hint_plan