OSDN Git Service

Change version to 1.3.3 REL10_1_3_3
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 03:33:00 +0000 (12:33 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 07:40:44 +0000 (16:40 +0900)
Version bumped to 1.3.3. SPEC file is updated.

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

index 6bdbf6b..eb710e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-HINTPLANVER = 1.3.2
+HINTPLANVER = 1.3.3
 
 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 1729c6f..387d50e 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.2
+Version:    1.3.3
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -63,13 +63,16 @@ rm -rf %{buildroot}
 %defattr(0755,root,root)
 %{_libdir}/pg_hint_plan.so
 %defattr(0644,root,root)
-%{_datadir}/extension/pg_hint_plan--1.3.2.sql
 %{_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.control
 
 # History of pg_hint_plan.
 %changelog
+* Thu Jan 17 2019 Kyotaro Horiguchi
+- Fix some bugs. Version 1.3.3.
 * Tue Nov 13 2018 Kyotaro Horiguchi
 - Version 1.3.2.
 * Tue Jun 08 2018 Kyotaro Horiguchi
index 19879c9..3a4103f 100644 (file)
@@ -3,4 +3,4 @@
 -- 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.0/1.
+-- nothing to do upgrading from 1.3.1.
diff --git a/pg_hint_plan--1.3.2--1.3.3.sql b/pg_hint_plan--1.3.2--1.3.3.sql
new file mode 100644 (file)
index 0000000..2a9602c
--- /dev/null
@@ -0,0 +1,6 @@
+/* pg_hint_plan/pg_hint_plan--1.3.2--1.3.3.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.2.
similarity index 92%
rename from pg_hint_plan--1.3.2.sql
rename to pg_hint_plan--1.3.3.sql
index 85b1387..f32d02e 100644 (file)
@@ -1,4 +1,4 @@
-/* pg_hint_plan/pg_hint_plan--1.3.2.sql */
+/* pg_hint_plan/pg_hint_plan--1.3.3.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 1ad8bdf..e203834 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.3.2'
+default_version = '1.3.3'
 relocatable = false
 schema = hint_plan