firtst release
Revisão | 9df458b7faea48fa02620e680264c3c9ae76f9d7 (tree) |
---|---|
Hora | 2018-11-13 16:33:08 |
Autor | Kyotaro Horiguchi <horiguchi.kyotaro@lab....> |
Commiter | Kyotaro Horiguchi |
Changed version to 1.2.4
Previously parse_messages and message_level were binded to the same
internal variable. Separate the two GUCs. On the way doing this some
mssages that did not honor the variable were fixed. Default behavior
is not changed but the the two variables works differently from the
previous version, perhaps closer to expected.
@@ -5,7 +5,7 @@ | ||
5 | 5 | # |
6 | 6 | |
7 | 7 | MODULES = pg_hint_plan |
8 | -HINTPLANVER = 1.2.3 | |
8 | +HINTPLANVER = 1.2.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 |
@@ -14,7 +14,9 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_ | ||
14 | 14 | REGRESS_OPTS = --encoding=UTF8 |
15 | 15 | |
16 | 16 | EXTENSION = pg_hint_plan |
17 | -DATA = pg_hint_plan--1.2.3.sql pg_hint_plan--1.2.2--1.2.3.sql pg_hint_plan--1.2.1--1.2.2.sql pg_hint_plan--1.2.0--1.2.1.sql pg_hint_plan--1.1.3--1.2.0.sql | |
17 | +DATA = pg_hint_plan--1.2.4.sql pg_hint_plan--1.2.3--1.2.4.sql \ | |
18 | + pg_hint_plan--1.2.2--1.2.3.sql pg_hint_plan--1.2.1--1.2.2.sql \ | |
19 | + pg_hint_plan--1.2.0--1.2.1.sql pg_hint_plan--1.1.3--1.2.0.sql | |
18 | 20 | |
19 | 21 | EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out RPMS |
20 | 22 |
@@ -14,7 +14,7 @@ | ||
14 | 14 | ## Set general information for pg_store_plans. |
15 | 15 | Summary: Optimizer hint on PostgreSQL 9.6 |
16 | 16 | Name: pg_hint_plan96 |
17 | -Version: 1.2.3 | |
17 | +Version: 1.2.4 | |
18 | 18 | Release: 1%{?dist} |
19 | 19 | License: BSD |
20 | 20 | Group: Applications/Databases |
@@ -57,7 +57,8 @@ rm -rf %{buildroot} | ||
57 | 57 | install -d %{buildroot}%{_libdir} |
58 | 58 | install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so |
59 | 59 | install -d %{buildroot}%{_datadir}/extension |
60 | -install -m 644 pg_hint_plan--1.2.3.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.3.sql | |
60 | +install -m 644 pg_hint_plan--1.2.4.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.4.sql | |
61 | +install -m 644 pg_hint_plan--1.2.3--1.2.4.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.3--1.2.4.sql | |
61 | 62 | install -m 644 pg_hint_plan--1.2.2--1.2.3.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.2--1.2.3.sql |
62 | 63 | install -m 644 pg_hint_plan--1.2.1--1.2.2.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.1--1.2.2.sql |
63 | 64 | install -m 644 pg_hint_plan--1.2.0--1.2.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.2.0--1.2.1.sql |
@@ -71,7 +72,8 @@ rm -rf %{buildroot} | ||
71 | 72 | %defattr(0755,root,root) |
72 | 73 | %{_libdir}/pg_hint_plan.so |
73 | 74 | %defattr(0644,root,root) |
74 | -%{_datadir}/extension/pg_hint_plan--1.2.3.sql | |
75 | +%{_datadir}/extension/pg_hint_plan--1.2.4.sql | |
76 | +%{_datadir}/extension/pg_hint_plan--1.2.3--1.2.4.sql | |
75 | 77 | %{_datadir}/extension/pg_hint_plan--1.2.2--1.2.3.sql |
76 | 78 | %{_datadir}/extension/pg_hint_plan--1.2.1--1.2.2.sql |
77 | 79 | %{_datadir}/extension/pg_hint_plan--1.2.0--1.2.1.sql |
@@ -80,6 +82,8 @@ rm -rf %{buildroot} | ||
80 | 82 | |
81 | 83 | # History of pg_hint_plan. |
82 | 84 | %changelog |
85 | +* Tue Nov 13 2018 Kyotaro Horiguchi | |
86 | +- Improvement of debug message emission. | |
83 | 87 | * Fri Jun 08 2018 Kyotaro Horiguchi |
84 | 88 | - Fixed a crash bug. |
85 | 89 | * Thu Jul 27 2017 Kyotaro Horiguchi |
@@ -0,0 +1,6 @@ | ||
1 | +/* pg_hint_plan/pg_hint_plan--1.2.3--1.2.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.2.3. |
@@ -1,4 +1,4 @@ | ||
1 | -/* pg_hint_plan/pg_hint_plan--1.2.3.sql */ | |
1 | +/* pg_hint_plan/pg_hint_plan--1.2.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.2.3' | |
4 | +default_version = '1.2.4' | |
5 | 5 | relocatable = false |
6 | 6 | schema = hint_plan |