コミットメタ情報
ログメッセージ
Change version to 1.1.4
1.1.3 has a crash bug raised by queries in specific shape involving
complex views and/or SQL functions.
It is fixed in this version.
変更サマリ
差分
| | @@ -1,4 +1,4 @@ | 1 | | -Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | | 1 | +Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | 2 | 2 | All rights reserved. | 3 | 3 | | 4 | 4 | Redistribution and use in source and binary forms, with or without |
| | @@ -1,11 +1,11 @@ | 1 | 1 | # | 2 | 2 | # pg_hint_plan: Makefile | 3 | 3 | # | 4 | | -# Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | | 4 | +# Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | 5 | 5 | # | 6 | 6 | | 7 | 7 | MODULES = pg_hint_plan | 8 | | -HINTPLANVER=1.1.3 | | 8 | +HINTPLANVER=1.1.4 | 9 | 9 | REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-R ut-fdw ut-fini | 10 | 10 | | 11 | 11 | REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_plan.out expected/ut-A.out expected/ut-S.out expected/ut-J.out expected/ut-L.out expected/ut-G.out |
| | @@ -13,7 +13,8 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_ | 13 | 13 | REGRESS_OPTS = --encoding=UTF8 | 14 | 14 | | 15 | 15 | EXTENSION = pg_hint_plan | 16 | | -DATA = pg_hint_plan--1.1.3.sql pg_hint_plan--1.0--1.1.1.sql pg_hint_plan--1.1.1--1.1.2.sql pg_hint_plan--1.1.2--1.1.3.sql | | 16 | +DATA = pg_hint_plan--1.1.4.sql pg_hint_plan--1.1.3--1.1.4.sql \ | | 17 | + pg_hint_plan--1.1.2--1.1.3.sql | 17 | 18 | | 18 | 19 | EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out | 19 | 20 | |
| | @@ -31,6 +32,8 @@ TARSOURCES = Makefile *.c *.h COPYRIGHT* \ | 31 | 32 | doc/* expected/*.out sql/*.sql \ | 32 | 33 | data/data.csv input/*.source output/*.source SPECS/*.spec | 33 | 34 | | | 35 | +LDFLAGS+=-Wl,--build-id | | 36 | + | 34 | 37 | installcheck: $(REGRESSION_EXPECTED) | 35 | 38 | | 36 | 39 | rpms: rpm93 |
| | @@ -1,5 +1,5 @@ | 1 | 1 | # SPEC file for pg_hint_plan | 2 | | -# Copyright(C) 2012-2014 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | | 2 | +# Copyright(C) 2012-2017 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | 3 | 3 | | 4 | 4 | %define _pgdir /usr/pgsql-9.3 | 5 | 5 | %define _bindir %{_pgdir}/bin |
| | @@ -13,7 +13,7 @@ | 13 | 13 | ## Set general information for pg_hint_plan. | 14 | 14 | Summary: Optimizer hint for PostgreSQL 9.3 | 15 | 15 | Name: pg_hint_plan93 | 16 | | -Version: 1.1.3 | | 16 | +Version: 1.1.4 | 17 | 17 | Release: 1%{?dist} | 18 | 18 | License: BSD | 19 | 19 | Group: Applications/Databases |
| | @@ -60,9 +60,8 @@ rm -rf %{buildroot} | 60 | 60 | install -d %{buildroot}%{_libdir} | 61 | 61 | install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so | 62 | 62 | install -d %{buildroot}%{_datadir}/extension | 63 | | -install -m 644 pg_hint_plan--1.1.3.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.3.sql | 64 | | -install -m 644 pg_hint_plan--1.0--1.1.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0--1.1.1.sql | 65 | | -install -m 644 pg_hint_plan--1.1.1--1.1.2.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.1--1.1.2.sql | | 63 | +install -m 644 pg_hint_plan--1.1.4.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.4.sql | | 64 | +install -m 644 pg_hint_plan--1.1.3--1.1.4.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.3--1.1.4.sql | 66 | 65 | install -m 644 pg_hint_plan--1.1.2--1.1.3.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.2--1.1.3.sql | 67 | 66 | install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control | 68 | 67 | |
| | @@ -73,17 +72,18 @@ rm -rf %{buildroot} | 73 | 72 | %defattr(0755,root,root) | 74 | 73 | %{_libdir}/pg_hint_plan.so | 75 | 74 | %defattr(0644,root,root) | 76 | | -%{_datadir}/extension/pg_hint_plan--1.1.3.sql | 77 | | -%{_datadir}/extension/pg_hint_plan--1.0--1.1.1.sql | 78 | | -%{_datadir}/extension/pg_hint_plan--1.1.1--1.1.2.sql | | 75 | +%{_datadir}/extension/pg_hint_plan--1.1.4.sql | | 76 | +%{_datadir}/extension/pg_hint_plan--1.1.3--1.1.4.sql | 79 | 77 | %{_datadir}/extension/pg_hint_plan--1.1.2--1.1.3.sql | 80 | 78 | %{_datadir}/extension/pg_hint_plan.control | 81 | 79 | | 82 | 80 | # History of pg_hint_plan. | 83 | 81 | %changelog | 84 | | -* Thu Dec 22 2014 Kyotaro Horiguchi | | 82 | +* Fri May 19 2017 Kyotaro Horiguchi | | 83 | +- Fixed a crash bug. | | 84 | +* Mon Dec 22 2014 Kyotaro Horiguchi | 85 | 85 | - Bug fix related to PL/pgSQL. | 86 | | -* Thu Dec 16 2014 Kyotaro Horiguchi | | 86 | +* Tue Dec 16 2014 Kyotaro Horiguchi | 87 | 87 | - Bug fix. | 88 | 88 | * Thu Sep 04 2014 Kyotaro Horiguchi | 89 | 89 | - Bug fix. |
| | @@ -1,4 +0,0 @@ | 1 | | -/* pg_hint_plan/pg_hint_plan--1.1.1-1.1.2.sql */ | 2 | | - | 3 | | --- complain if script is sourced in psql, rather than via CREATE EXTENSION | 4 | | -\echo Use "ALTER EXTENSION pg_hint_plan UPDATE" to load this file. \quit |
| | @@ -1,4 +1,4 @@ | 1 | | -/* pg_hint_plan/pg_hint_plan--1.0-1.1.1.sql */ | | 1 | +/* pg_hint_plan/pg_hint_plan--1.1.3-1.1.4.sql */ | 2 | 2 | | 3 | 3 | -- complain if script is sourced in psql, rather than via CREATE EXTENSION | 4 | 4 | \echo Use "ALTER EXTENSION pg_hint_plan UPDATE" to load this file. \quit |
| | @@ -4,7 +4,7 @@ | 4 | 4 | * do instructions or hints to the planner using C-style block comments | 5 | 5 | * of the SQL. | 6 | 6 | * | 7 | | - * Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | | 7 | + * Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | 8 | 8 | * | 9 | 9 | *------------------------------------------------------------------------- | 10 | 10 | */ |
| | @@ -1,6 +1,6 @@ | 1 | 1 | # pg_hint_plan extension | 2 | 2 | | 3 | 3 | comment = '' | 4 | | -default_version = '1.1.3' | | 4 | +default_version = '1.1.4' | 5 | 5 | relocatable = false | 6 | 6 | schema = hint_plan |
旧リポジトリブラウザで表示
|