• R/O
  • HTTP
  • SSH
  • HTTPS

pg_dbms_stats: Commit


Commit MetaInfo

Revision6095812f26c61265e24b099e518479dc0f1c223f (tree)
Time2020-10-27 16:29:38
AuthorKyotaro Horiguchi <horikyota.ntt@gmai...>
CommiterKyotaro Horiguchi

Log Message

Change version to 1.5.0

Preparation for release.

Change Summary

Incremental Difference

--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
11 # pg_dbms_stats/Makefile
22
3-DBMSSTATSVER = 1.5.0b1
3+DBMSSTATSVER = 1.5.0
44 PGVERS = 13
55
66 MODULE_big = pg_dbms_stats
--- a/SPECS/pg_dbms_stats13.spec
+++ b/SPECS/pg_dbms_stats13.spec
@@ -5,7 +5,7 @@
55 %define _bindir %{_pgdir}/bin
66 %define _libdir %{_pgdir}/lib
77 %define _datadir %{_pgdir}/share
8-%define _docdir %{_datadir}/doc
8+%define _docdir %{_pgdir}/doc
99 %define _bcdir %{_libdir}/bitcode
1010
1111 %if "%(echo ${MAKE_ROOT})" != ""
@@ -16,7 +16,7 @@
1616 ## Set general information for pg_dbms_stats.
1717 Summary: Plan Stabilizer for PostgreSQL 13
1818 Name: pg_dbms_stats13
19-Version: 1.5.0b1
19+Version: 1.5.0
2020 Release: 1%{?dist}
2121 License: BSD
2222 Group: Applications/Databases
@@ -43,7 +43,7 @@ Note that this package is available for only PostgreSQL 13.
4343
4444 %package llvmjit
4545 Requires: postgresql13-server, postgresql13-llvmjit
46-Requires: pg_hint_plan13 = 1.5.0b1
46+Requires: pg_hint_plan13 = 1.5.0
4747 Summary: Just-in-time compilation support for pg_hint_plan11
4848
4949 %description llvmjit
@@ -82,8 +82,8 @@ rm -rf %{buildroot}
8282
8383 # History of pg_dbms_stats.
8484 %changelog
85-* Thu Aug 6 2020 Kyotaro Horiguchi
86-- Update to 1.5.0b1. Support PG13.
85+* Tue Oct 27 2020 Kyotaro Horiguchi
86+- Update to 1.5.0. Support PG13.
8787 * Thu Aug 6 2020 Kyotaro Horiguchi
8888 - Update to 1.4.0. Support PG12.
8989 * Wed Sep 26 2018 Kyotaro Horiguchi
--- a/pg_dbms_stats.control
+++ b/pg_dbms_stats.control
@@ -1,7 +1,7 @@
11 # pg_dbms_stats extension
22
33 comment = 'stabilize plans by fixing statistics'
4-default_version = '1.5.0b1'
4+default_version = '1.5.0'
55 module_pathname = '$libdir/pg_dbms_stats'
66 relocatable = false
77 schema = dbms_stats
Show on old repository browser