OSDN Git Service

Change version to 1.3.7. REL12_1_3_7
authorKyotaro Horiguchi <horikyoga.ntt@gmail.com>
Thu, 29 Oct 2020 09:46:48 +0000 (18:46 +0900)
committerKyotaro Horiguchi <horikyoga.ntt@gmail.com>
Thu, 29 Oct 2020 12:09:36 +0000 (21:09 +0900)
Makefile
SPECS/pg_hint_plan12.spec
pg_hint_plan--1.3.5--1.3.6.sql
pg_hint_plan--1.3.6--1.3.7.sql [new file with mode: 0644]
pg_hint_plan--1.3.7.sql [moved from pg_hint_plan--1.3.6.sql with 93% similarity]
pg_hint_plan.control

index 4decef8..5b4d100 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-HINTPLANVER = 1.3.6
+HINTPLANVER = 1.3.7
 
 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 8f5d2a5..307590e 100644 (file)
@@ -16,7 +16,7 @@
 ## Set general information for pg_store_plans.
 Summary:    Optimizer hint on PostgreSQL 12
 Name:       pg_hint_plan12
-Version:    1.3.6
+Version:    1.3.7
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -39,7 +39,7 @@ Note that this package is available for only PostgreSQL 12.
 
 %package llvmjit
 Requires: postgresql12-server, postgresql12-llvmjit
-Requires: pg_hint_plan12 = 1.3.6
+Requires: pg_hint_plan12 = 1.3.7
 Summary:  Just-in-time compilation support for pg_hint_plan12
 
 %description llvmjit
@@ -73,7 +73,8 @@ rm -rf %{buildroot}
 %defattr(0755,root,root)
 %{_libdir}/pg_hint_plan.so
 %defattr(0644,root,root)
-%{_datadir}/extension/pg_hint_plan--1.3.6.sql
+%{_datadir}/extension/pg_hint_plan--1.3.7.sql
+%{_datadir}/extension/pg_hint_plan--1.3.6--1.3.7.sql
 %{_datadir}/extension/pg_hint_plan--1.3.5--1.3.6.sql
 %{_datadir}/extension/pg_hint_plan.control
 
@@ -86,19 +87,9 @@ rm -rf %{buildroot}
 
 # History of pg_hint_plan.
 %changelog
+* Thu Oct 29 2020 Kyotaro Horiguchi
+- Fix a bug. Version 1.3.7.
 * Wed Aug 5 2020 Kyotaro Horiguchi
 - Fix some bugs. Version 1.3.6.
 * Thu Feb 20 2020 Kyotaro Horiguchi
 - Support PostgreSQL 12. Fix some bugs. Version 1.3.5.
-* Thu Jan 17 2019 Kyotaro Horiguchi
-- Fix some bugs. Version 1.3.4.
-* Tue Nov 13 2018 Kyotaro Horiguchi
-- Support PostgreSQL 11. Version 1.3.2.
-* Fri Jun 08 2018 Kyotaro Horiguchi
-- Fixed a crash bug. Version 1.3.1.
-* Tue Oct 10 2017 Kyotaro Horiguchi
-- Support PostgreSQL 10. Version 1.3.0.
-* Tue Feb 7 2017 Kyotaro Horiguchi
-- Added new hint Parallel. Version 1.2.0.
-* Thu Jul 21 2016 Kyotaro Horiguchi
-- Support PostgreSQL 9.6
index 9137e2c..b3f4d61 100644 (file)
@@ -1,7 +1,4 @@
 /* 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','');
diff --git a/pg_hint_plan--1.3.6--1.3.7.sql b/pg_hint_plan--1.3.6--1.3.7.sql
new file mode 100644 (file)
index 0000000..3b60f27
--- /dev/null
@@ -0,0 +1,5 @@
+/* pg_hint_plan/pg_hint_plan--1.3.6--1.3.7.sql */
+
+-- complain if script is sourced in psql, rather than via ALTER EXTENSION
+\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.7'" to load this file.
+\quit
similarity index 93%
rename from pg_hint_plan--1.3.6.sql
rename to pg_hint_plan--1.3.7.sql
index 4a58bb4..bda3462 100644 (file)
@@ -1,4 +1,4 @@
-/* pg_hint_plan/pg_hint_plan--1.3.6.sql */
+/* pg_hint_plan/pg_hint_plan--1.3.7.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 a39a070..ee3dbea 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.3.6'
+default_version = '1.3.7'
 relocatable = false
 schema = hint_plan