Skip to content

Commit

Permalink
Prepare 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yugo-n committed Sep 13, 2023
1 parent 71f9d26 commit 8f87d09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL"
EXTENSION = pg_ivm
DATA = pg_ivm--1.0.sql \
pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.2--1.3.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.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

REGRESS = pg_ivm create_immv refresh_immv

Expand Down
Empty file added pg_ivm--1.6--1.7.sql
Empty file.
2 changes: 1 addition & 1 deletion pg_ivm.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# incremental view maintenance extension_
comment = 'incremental view maintenance on PostgreSQL'
default_version = '1.6'
default_version = '1.7'
module_pathname = '$libdir/pg_ivm'
relocatable = false
schema = pg_catalog
4 changes: 3 additions & 1 deletion rpm/pg_ivm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Summary: PostgreSQL-based distributed RDBMS
Name: %{sname}_%{pgmajorversion}
Version: 1.6
Version: 1.7
Release: 1%{dist}
License: BSD
Vendor: IVM Development Group
Expand Down Expand Up @@ -55,6 +55,8 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot
%endif

%changelog
* Thu Sep 13 2023 - Yugo Nagata <[email protected]> 1.7-1
- Update to 1.7
* Thu Aug 31 2023 - Yugo Nagata <[email protected]> 1.6-1
- Update to 1.6
* Thu Mar 2 2023 - Yugo Nagata <[email protected]> 1.5.1-1
Expand Down

0 comments on commit 8f87d09

Please sign in to comment.