Prepare 1.11
This commit is contained in:
parent
f03a6a71da
commit
f4b40e93a6
5 changed files with 9 additions and 5 deletions
3
Makefile
3
Makefile
|
|
@ -18,7 +18,8 @@ DATA = pg_ivm--1.0.sql \
|
|||
pg_ivm--1.3--1.4.sql pg_ivm--1.4--1.5.sql pg_ivm--1.5--1.6.sql \
|
||||
pg_ivm--1.6--1.7.sql pg_ivm--1.7--1.8.sql pg_ivm--1.8--1.9.sql \
|
||||
pg_ivm--1.9--1.10.sql \
|
||||
pg_ivm--1.10.sql
|
||||
pg_ivm--1.10.sql \
|
||||
pg_ivm--1.10--1.11.sql
|
||||
|
||||
REGRESS = pg_ivm create_immv refresh_immv
|
||||
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ install_data(
|
|||
'pg_ivm--1.8--1.9.sql',
|
||||
'pg_ivm--1.9--1.10.sql',
|
||||
'pg_ivm--1.10.sql',
|
||||
'pg_ivm--1.10--1.11.sql',
|
||||
'pg_ivm.control',
|
||||
install_dir: sharedir / 'extension',
|
||||
)
|
||||
|
|
|
|||
0
pg_ivm--1.10--1.11.sql
Normal file
0
pg_ivm--1.10--1.11.sql
Normal file
|
|
@ -1,6 +1,6 @@
|
|||
# incremental view maintenance extension_
|
||||
# incremental view maintenance extension
|
||||
comment = 'incremental view maintenance on PostgreSQL'
|
||||
default_version = '1.10'
|
||||
default_version = '1.11'
|
||||
module_pathname = '$libdir/pg_ivm'
|
||||
relocatable = false
|
||||
schema = pg_catalog
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
Summary: PostgreSQL-based distributed RDBMS
|
||||
Name: %{sname}_%{pgmajorversion}
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 1%{dist}
|
||||
License: BSD
|
||||
Vendor: IVM Development Group
|
||||
|
|
@ -55,7 +55,9 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* xxxxx - Yugo Nagata <nagata@sraoss.co.jp> 1.10-1
|
||||
* Mon May 25 2025 - Yugo Nagata <nagata@sraoss.co.jp> 1.11-1
|
||||
- Update to 1.10
|
||||
* Tue Mar 11 2025 - Yugo Nagata <nagata@sraoss.co.jp> 1.10-1
|
||||
- Update to 1.10
|
||||
* Fri Jul 31 2024 - Yugo Nagata <nagata@sraoss.co.jp> 1.9-1
|
||||
- Update to 1.9
|
||||
|
|
|
|||
Loading…
Reference in a new issue