Commit 80a7648 1 parent d292c70 commit 80a7648 Copy full SHA for 80a7648
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ EXTENSION = pg_ivm
14
14
DATA = pg_ivm--1.0.sql \
15
15
pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.2--1.3.sql \
16
16
pg_ivm--1.3--1.4.sql pg_ivm--1.4--1.5.sql pg_ivm--1.5--1.6.sql \
17
- pg_ivm--1.6--1.7.sql pg_ivm--1.7--1.8.sql pg_ivm--1.8--1.9.sql
17
+ pg_ivm--1.6--1.7.sql pg_ivm--1.7--1.8.sql pg_ivm--1.8--1.9.sql \
18
+ pg_ivm--1.9--1.10.sql
18
19
19
20
REGRESS = pg_ivm create_immv refresh_immv
20
21
Original file line number Diff line number Diff line change 1
1
# incremental view maintenance extension_
2
2
comment = 'incremental view maintenance on PostgreSQL'
3
- default_version = '1.9 '
3
+ default_version = '1.10 '
4
4
module_pathname = '$libdir/pg_ivm'
5
5
relocatable = false
6
6
schema = pg_catalog
Original file line number Diff line number Diff line change 1
1
# How to build RPM:
2
2
#
3
- # rpmbuild -bb pg_ivm.spec --define "pgmajorversion 14 " --define "pginstdir /usr/pgsql-14 "
3
+ # rpmbuild -bb pg_ivm.spec --define "pgmajorversion 17 " --define "pginstdir /usr/pgsql-17 "
4
4
5
5
%global sname pg_ivm
6
6
10
10
11
11
Summary: PostgreSQL-based distributed RDBMS
12
12
Name: %{sname }_%{pgmajorversion }
13
- Version: 1.9
13
+ Version: 1.10
14
14
Release: 1%{dist }
15
15
License: BSD
16
16
Vendor: IVM Development Group
@@ -55,6 +55,8 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot
55
55
%endif
56
56
57
57
%changelog
58
+ * xxxxx - Yugo Nagata <nagata@sraoss.co.jp> 1.10-1
59
+ - Update to 1.10
58
60
* Fri Jul 31 2024 - Yugo Nagata <nagata@sraoss.co.jp> 1.9-1
59
61
- Update to 1.9
60
62
* Fri Mar 1 2024 - Yugo Nagata <nagata@sraoss.co.jp> 1.8-1
You can’t perform that action at this time.
0 commit comments