Skip to content

Commit 80a7648

Browse files
committed
Bump up to 1.10
1 parent d292c70 commit 80a7648

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ EXTENSION = pg_ivm
1414
DATA = pg_ivm--1.0.sql \
1515
pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.2--1.3.sql \
1616
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
1819

1920
REGRESS = pg_ivm create_immv refresh_immv
2021

pg_ivm.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# incremental view maintenance extension_
22
comment = 'incremental view maintenance on PostgreSQL'
3-
default_version = '1.9'
3+
default_version = '1.10'
44
module_pathname = '$libdir/pg_ivm'
55
relocatable = false
66
schema = pg_catalog

rpm/pg_ivm.spec

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to build RPM:
22
#
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"
44

55
%global sname pg_ivm
66

@@ -10,7 +10,7 @@
1010

1111
Summary: PostgreSQL-based distributed RDBMS
1212
Name: %{sname}_%{pgmajorversion}
13-
Version: 1.9
13+
Version: 1.10
1414
Release: 1%{dist}
1515
License: BSD
1616
Vendor: IVM Development Group
@@ -55,6 +55,8 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot
5555
%endif
5656

5757
%changelog
58+
* xxxxx - Yugo Nagata <nagata@sraoss.co.jp> 1.10-1
59+
- Update to 1.10
5860
* Fri Jul 31 2024 - Yugo Nagata <nagata@sraoss.co.jp> 1.9-1
5961
- Update to 1.9
6062
* Fri Mar 1 2024 - Yugo Nagata <nagata@sraoss.co.jp> 1.8-1

0 commit comments

Comments
 (0)