OSDN Git Service

Change version to 1.5.0 PG13 master
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Tue, 27 Oct 2020 05:53:03 +0000 (14:53 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Tue, 27 Oct 2020 07:29:38 +0000 (16:29 +0900)
Preparation for release.

Makefile
SPECS/pg_dbms_stats13.spec
pg_dbms_stats--1.5.0.sql [moved from pg_dbms_stats--1.5.0b1.sql with 100% similarity]
pg_dbms_stats.control

index 43d395a..7bcd37a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # pg_dbms_stats/Makefile
 
-DBMSSTATSVER = 1.5.0b1
+DBMSSTATSVER = 1.5.0
 PGVERS = 13
 
 MODULE_big = pg_dbms_stats
index d1739dc..4c320ca 100644 (file)
@@ -5,7 +5,7 @@
 %define _bindir  %{_pgdir}/bin
 %define _libdir  %{_pgdir}/lib
 %define _datadir %{_pgdir}/share
-%define _docdir  %{_datadir}/doc
+%define _docdir  %{_pgdir}/doc
 %define _bcdir %{_libdir}/bitcode
 
 %if "%(echo ${MAKE_ROOT})" != ""
@@ -16,7 +16,7 @@
 ## Set general information for pg_dbms_stats.
 Summary:    Plan Stabilizer for PostgreSQL 13
 Name:       pg_dbms_stats13
-Version:    1.5.0b1
+Version:    1.5.0
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -43,7 +43,7 @@ Note that this package is available for only PostgreSQL 13.
 
 %package llvmjit
 Requires: postgresql13-server, postgresql13-llvmjit
-Requires: pg_hint_plan13 = 1.5.0b1
+Requires: pg_hint_plan13 = 1.5.0
 Summary:  Just-in-time compilation support for pg_hint_plan11
 
 %description llvmjit
@@ -82,8 +82,8 @@ rm -rf %{buildroot}
 
 # History of pg_dbms_stats.
 %changelog
-* Thu Aug 6 2020 Kyotaro Horiguchi
-- Update to 1.5.0b1. Support PG13.
+* Tue Oct 27 2020 Kyotaro Horiguchi
+- Update to 1.5.0. Support PG13.
 * Thu Aug 6 2020 Kyotaro Horiguchi
 - Update to 1.4.0. Support PG12.
 * Wed Sep 26 2018 Kyotaro Horiguchi
index 33a618f..1d5dee7 100644 (file)
@@ -1,7 +1,7 @@
 # pg_dbms_stats extension
 
 comment = 'stabilize plans by fixing statistics'
-default_version = '1.5.0b1'
+default_version = '1.5.0'
 module_pathname = '$libdir/pg_dbms_stats'
 relocatable = false
 schema = dbms_stats