Skip to content

Commit

Permalink
Change version to 1.5.0
Browse files Browse the repository at this point in the history
Preparation for release.
  • Loading branch information
horiguti committed Oct 27, 2020
1 parent 1e24210 commit 6095812
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pg_dbms_stats/Makefile

DBMSSTATSVER = 1.5.0b1
DBMSSTATSVER = 1.5.0
PGVERS = 13

MODULE_big = pg_dbms_stats
Expand Down
10 changes: 5 additions & 5 deletions SPECS/pg_dbms_stats13.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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})" != ""
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pg_dbms_stats.control
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6095812

Please sign in to comment.