コミットメタ情報
ログメッセージ
Change version to 1.3.4.
Fixed a minor bug of 1.3.3.
変更サマリ
差分
| | @@ -5,7 +5,7 @@ | 5 | 5 | # | 6 | 6 | | 7 | 7 | MODULES = pg_hint_plan | 8 | | -HINTPLANVER = 1.3.3 | | 8 | +HINTPLANVER = 1.3.4 | 9 | 9 | | 10 | 10 | 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 | 11 | 11 | |
| | @@ -16,7 +16,7 @@ | 16 | 16 | ## Set general information for pg_store_plans. | 17 | 17 | Summary: Optimizer hint on PostgreSQL 11 | 18 | 18 | Name: pg_hint_plan11 | 19 | | -Version: 1.3.3 | | 19 | +Version: 1.3.4 | 20 | 20 | Release: 1%{?dist} | 21 | 21 | License: BSD | 22 | 22 | Group: Applications/Databases |
| | @@ -39,7 +39,7 @@ Note that this package is available for only PostgreSQL 11. | 39 | 39 | | 40 | 40 | %package llvmjit | 41 | 41 | Requires: postgresql11-server, postgresql11-llvmjit | 42 | | -Requires: pg_hint_plan11 = 1.3.3 | | 42 | +Requires: pg_hint_plan11 = 1.3.4 | 43 | 43 | Summary: Just-in-time compilation support for pg_hint_plan11 | 44 | 44 | | 45 | 45 | %description llvmjit |
| | @@ -76,7 +76,8 @@ rm -rf %{buildroot} | 76 | 76 | %{_datadir}/extension/pg_hint_plan--1.3.0--1.3.1.sql | 77 | 77 | %{_datadir}/extension/pg_hint_plan--1.3.1--1.3.2.sql | 78 | 78 | %{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql | 79 | | -%{_datadir}/extension/pg_hint_plan--1.3.3.sql | | 79 | +%{_datadir}/extension/pg_hint_plan--1.3.3--1.3.4.sql | | 80 | +%{_datadir}/extension/pg_hint_plan--1.3.4.sql | 80 | 81 | %{_datadir}/extension/pg_hint_plan.control | 81 | 82 | | 82 | 83 | %files llvmjit |
| | @@ -89,7 +90,7 @@ rm -rf %{buildroot} | 89 | 90 | # History of pg_hint_plan. | 90 | 91 | %changelog | 91 | 92 | * Thu Jan 17 2019 Kyotaro Horiguchi | 92 | | -- Fix some bugs. Version 1.3.3. | | 93 | +- Fix some bugs. Version 1.3.4. | 93 | 94 | * Tue Nov 13 2018 Kyotaro Horiguchi | 94 | 95 | - Support PostgreSQL 11. Version 1.3.2. | 95 | 96 | * Fri Jun 08 2018 Kyotaro Horiguchi |
| | @@ -0,0 +1,6 @@ | | 1 | +/* pg_hint_plan/pg_hint_plan--1.3.3--1.3.4.sql */ | | 2 | + | | 3 | +-- complain if script is sourced in psql, rather than via CREATE EXTENSION | | 4 | +\echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit | | 5 | + | | 6 | +-- nothing to do upgrading from 1.3.3. |
| | @@ -1,4 +1,4 @@ | 1 | | -/* pg_hint_plan/pg_hint_plan--1.3.3.sql */ | | 1 | +/* pg_hint_plan/pg_hint_plan--1.3.4.sql */ | 2 | 2 | | 3 | 3 | -- complain if script is sourced in psql, rather than via CREATE EXTENSION | 4 | 4 | \echo Use "CREATE EXTENSION pg_hint_plan" to load this file. \quit |
| | @@ -1,6 +1,6 @@ | 1 | 1 | # pg_hint_plan extension | 2 | 2 | | 3 | 3 | comment = '' | 4 | | -default_version = '1.3.3' | | 4 | +default_version = '1.3.4' | 5 | 5 | relocatable = false | 6 | 6 | schema = hint_plan |
旧リポジトリブラウザで表示
|