OSDN Git Service

Version 1.3.6. REL10_1_3_6
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 5 Aug 2020 07:25:39 +0000 (16:25 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Wed, 5 Aug 2020 07:25:39 +0000 (16:25 +0900)
Fixed some bugs.

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

index 0ed3950..d6796e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-HINTPLANVER = 1.3.5
+HINTPLANVER = 1.3.6
 
 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 e07defc..dace95b 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.5
+Version:    1.3.6
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -67,11 +67,14 @@ rm -rf %{buildroot}
 %{_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--1.3.5.sql
-%{_datadir}/extension/pg_hint_plan--1.3.5.sql
+%{_datadir}/extension/pg_hint_plan--1.3.5--1.3.6.sql
+%{_datadir}/extension/pg_hint_plan--1.3.6.sql
 %{_datadir}/extension/pg_hint_plan.control
 
 # History of pg_hint_plan.
 %changelog
+* Wed Aug 5 2020 Kyotaro Horiguchi
+- Fix some bugs. Version 1.3.6.
 * Thu Feb 21 2020 Kyotaro Horiguchi
 - Fix some bugs. Version 1.3.5.
 * Thu Jan 17 2019 Kyotaro Horiguchi
diff --git a/pg_hint_plan--1.3.5--1.3.6.sql b/pg_hint_plan--1.3.5--1.3.6.sql
new file mode 100644 (file)
index 0000000..9137e2c
--- /dev/null
@@ -0,0 +1,7 @@
+/* pg_hint_plan/pg_hint_plan--1.3.5--1.3.6.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
+
+SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints','');
+SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq','');
similarity index 93%
rename from pg_hint_plan--1.3.5.sql
rename to pg_hint_plan--1.3.6.sql
index dd32dfc..4a58bb4 100644 (file)
@@ -1,4 +1,4 @@
-/* pg_hint_plan/pg_hint_plan--1.3.5.sql */
+/* pg_hint_plan/pg_hint_plan--1.3.6.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 76cb9e5..a39a070 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.3.5'
+default_version = '1.3.6'
 relocatable = false
 schema = hint_plan