From 1c4e6750f7683e0286475f9f8d85a4df231a7c38 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Mon, 22 Dec 2014 20:49:34 +0900 Subject: [PATCH] Prepare for 1.1.3. --- Makefile | 4 ++-- SPECS/pg_hint_plan93.spec | 10 +++++++--- pg_hint_plan--1.0--1.1.1.sql | 4 ++++ pg_hint_plan--1.1.1--1.1.2.sql | 4 ++++ pg_hint_plan--1.1.2--1.1.3.sql | 4 ++++ pg_hint_plan--1.1.2.sql => pg_hint_plan--1.1.3.sql | 2 +- pg_hint_plan.control | 2 +- 7 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 pg_hint_plan--1.1.2--1.1.3.sql rename pg_hint_plan--1.1.2.sql => pg_hint_plan--1.1.3.sql (92%) diff --git a/Makefile b/Makefile index 8872e80..7051c1f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER=1.1.2 +HINTPLANVER=1.1.3 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 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,7 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_ REGRESS_OPTS = --encoding=UTF8 EXTENSION = pg_hint_plan -DATA = pg_hint_plan--1.1.2.sql pg_hint_plan--1.0--1.1.1.sql pg_hint_plan--1.1.1--1.1.2.sql +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 EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out diff --git a/SPECS/pg_hint_plan93.spec b/SPECS/pg_hint_plan93.spec index e1df649..dc7a1f7 100644 --- a/SPECS/pg_hint_plan93.spec +++ b/SPECS/pg_hint_plan93.spec @@ -13,7 +13,7 @@ ## Set general information for pg_hint_plan. Summary: Optimizer hint for PostgreSQL 9.3 Name: pg_hint_plan93 -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -60,9 +60,10 @@ rm -rf %{buildroot} install -d %{buildroot}%{_libdir} install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so install -d %{buildroot}%{_datadir}/extension -install -m 644 pg_hint_plan--1.1.2.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.2.sql +install -m 644 pg_hint_plan--1.1.3.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.3.sql install -m 644 pg_hint_plan--1.0--1.1.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0--1.1.1.sql 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 +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 install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control %clean @@ -72,13 +73,16 @@ rm -rf %{buildroot} %defattr(0755,root,root) %{_libdir}/pg_hint_plan.so %defattr(0644,root,root) -%{_datadir}/extension/pg_hint_plan--1.1.2.sql +%{_datadir}/extension/pg_hint_plan--1.1.3.sql %{_datadir}/extension/pg_hint_plan--1.0--1.1.1.sql %{_datadir}/extension/pg_hint_plan--1.1.1--1.1.2.sql +%{_datadir}/extension/pg_hint_plan--1.1.2--1.1.3.sql %{_datadir}/extension/pg_hint_plan.control # History of pg_hint_plan. %changelog +* Thu Dec 22 2014 Kyotaro Horiguchi +- Bug fix related to PL/pgSQL. * Thu Dec 16 2014 Kyotaro Horiguchi - Bug fix. * Thu Sep 04 2014 Kyotaro Horiguchi diff --git a/pg_hint_plan--1.0--1.1.1.sql b/pg_hint_plan--1.0--1.1.1.sql index e69de29..c1a2f8c 100644 --- a/pg_hint_plan--1.0--1.1.1.sql +++ b/pg_hint_plan--1.0--1.1.1.sql @@ -0,0 +1,4 @@ +/* pg_hint_plan/pg_hint_plan--1.0-1.1.1.sql */ + +-- complain if script is sourced in psql, rather than via CREATE EXTENSION +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE" to load this file. \quit diff --git a/pg_hint_plan--1.1.1--1.1.2.sql b/pg_hint_plan--1.1.1--1.1.2.sql index e69de29..79d2ee1 100644 --- a/pg_hint_plan--1.1.1--1.1.2.sql +++ b/pg_hint_plan--1.1.1--1.1.2.sql @@ -0,0 +1,4 @@ +/* pg_hint_plan/pg_hint_plan--1.1.1-1.1.2.sql */ + +-- complain if script is sourced in psql, rather than via CREATE EXTENSION +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE" to load this file. \quit diff --git a/pg_hint_plan--1.1.2--1.1.3.sql b/pg_hint_plan--1.1.2--1.1.3.sql new file mode 100644 index 0000000..7f11adc --- /dev/null +++ b/pg_hint_plan--1.1.2--1.1.3.sql @@ -0,0 +1,4 @@ +/* pg_hint_plan/pg_hint_plan--1.1.2-1.1.3.sql */ + +-- complain if script is sourced in psql, rather than via CREATE EXTENSION +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE" to load this file. \quit diff --git a/pg_hint_plan--1.1.2.sql b/pg_hint_plan--1.1.3.sql similarity index 92% rename from pg_hint_plan--1.1.2.sql rename to pg_hint_plan--1.1.3.sql index 4a465f7..880838e 100644 --- a/pg_hint_plan--1.1.2.sql +++ b/pg_hint_plan--1.1.3.sql @@ -1,4 +1,4 @@ -/* pg_hint_plan/pg_hint_plan--1.1.2.sql */ +/* pg_hint_plan/pg_hint_plan--1.1.3.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 diff --git a/pg_hint_plan.control b/pg_hint_plan.control index 20657d1..bd2d451 100644 --- a/pg_hint_plan.control +++ b/pg_hint_plan.control @@ -1,6 +1,6 @@ # pg_hint_plan extension comment = '' -default_version = '1.1.2' +default_version = '1.1.3' relocatable = false schema = hint_plan -- 2.11.0