From 09de6d2c0714cb337dcb228f968bd42d9ec490c2 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Tue, 13 Nov 2018 15:59:57 +0900 Subject: [PATCH] Change version to 1.3.2. --- Makefile | 2 +- SPECS/pg_hint_plan10.spec | 10 +++++----- pg_hint_plan--1.3.1.sql => pg_hint_plan--1.3.2.sql | 2 +- pg_hint_plan.control | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename pg_hint_plan--1.3.1.sql => pg_hint_plan--1.3.2.sql (92%) diff --git a/Makefile b/Makefile index 0f3b19e..7102e94 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # MODULES = pg_hint_plan -HINTPLANVER = 1.3.1 +HINTPLANVER = 1.3.2 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 diff --git a/SPECS/pg_hint_plan10.spec b/SPECS/pg_hint_plan10.spec index 74c452f..5f7aac6 100644 --- a/SPECS/pg_hint_plan10.spec +++ b/SPECS/pg_hint_plan10.spec @@ -14,7 +14,7 @@ ## Set general information for pg_store_plans. Summary: Optimizer hint on PostgreSQL 10 Name: pg_hint_plan10 -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -57,8 +57,7 @@ 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.3.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.3.1.sql -install -m 644 pg_hint_plan--1.3.0--1.3.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.3.0--1.3.1.sql +install -m 644 pg_hint_plan--1.3.2.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.3.2.sql install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control %clean @@ -68,12 +67,13 @@ rm -rf %{buildroot} %defattr(0755,root,root) %{_libdir}/pg_hint_plan.so %defattr(0644,root,root) -%{_datadir}/extension/pg_hint_plan--1.3.1.sql -%{_datadir}/extension/pg_hint_plan--1.3.0--1.3.1.sql +%{_datadir}/extension/pg_hint_plan--1.3.2.sql %{_datadir}/extension/pg_hint_plan.control # History of pg_hint_plan. %changelog +* Tue Nov 13 2018 Kyotaro Horiguchi +- Support PostgreSQL 11. Version 1.3.1. * Tue Jun 08 2018 Kyotaro Horiguchi - Fixed a crash bug. Version 1.3.1. * Tue Oct 10 2017 Kyotaro Horiguchi diff --git a/pg_hint_plan--1.3.1.sql b/pg_hint_plan--1.3.2.sql similarity index 92% rename from pg_hint_plan--1.3.1.sql rename to pg_hint_plan--1.3.2.sql index 78bb8ee..85b1387 100644 --- a/pg_hint_plan--1.3.1.sql +++ b/pg_hint_plan--1.3.2.sql @@ -1,4 +1,4 @@ -/* pg_hint_plan/pg_hint_plan--1.3.0.sql */ +/* pg_hint_plan/pg_hint_plan--1.3.2.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 677b86b..1ad8bdf 100644 --- a/pg_hint_plan.control +++ b/pg_hint_plan.control @@ -1,6 +1,6 @@ # pg_hint_plan extension comment = '' -default_version = '1.3.1' +default_version = '1.3.2' relocatable = false schema = hint_plan -- 2.11.0