Skip to content

Commit f0e5467

Browse files
committed
Prepare 1.5
1 parent b928e32 commit f0e5467

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL"
1313
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 \
16-
pg_ivm--1.3--1.4.sql
16+
pg_ivm--1.3--1.4.sql pg_ivm--1.4--1.5.sql
1717

1818
REGRESS = pg_ivm create_immv refresh_immv
1919

pg_ivm--1.4--1.5.sql

Whitespace-only changes.

pg_ivm.control

Lines changed: 1 addition & 1 deletion
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.4'
3+
default_version = '1.5'
44
module_pathname = '$libdir/pg_ivm'
55
relocatable = false
66
schema = pg_catalog

rpm/pg_ivm.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Summary: PostgreSQL-based distributed RDBMS
1212
Name: %{sname}_%{pgmajorversion}
13-
Version: 1.4
13+
Version: 1.5
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+
* Mon Jun 30 2023 - Yugo Nagata <[email protected]> 1.5-1
59+
- Update to 1.4
5860
* Fri Dec 16 2022 - Yugo Nagata <[email protected]> 1.4-1
5961
- Update to 1.4
6062
* Fri Sep 30 2022 - Yugo Nagata <[email protected]> 1.3-1

0 commit comments

Comments
 (0)