From 9736c8c832588553c2d13008223b52272a07a44b Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Fri, 1 Mar 2024 23:28:28 +0900 Subject: [PATCH] Prepare 1.8 --- Makefile | 2 +- pg_ivm--1.7--1.8.sql | 0 pg_ivm.control | 2 +- rpm/pg_ivm.spec | 4 +++- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 pg_ivm--1.7--1.8.sql diff --git a/Makefile b/Makefile index 6080d66..e27b9fa 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ 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.6--1.7.sql + pg_ivm--1.6--1.7.sql pg_ivm--1.7--1.8.sql REGRESS = pg_ivm create_immv refresh_immv diff --git a/pg_ivm--1.7--1.8.sql b/pg_ivm--1.7--1.8.sql new file mode 100644 index 0000000..e69de29 diff --git a/pg_ivm.control b/pg_ivm.control index fbffbe6..a3a2140 100644 --- a/pg_ivm.control +++ b/pg_ivm.control @@ -1,6 +1,6 @@ # incremental view maintenance extension_ comment = 'incremental view maintenance on PostgreSQL' -default_version = '1.7' +default_version = '1.8' module_pathname = '$libdir/pg_ivm' relocatable = false schema = pg_catalog diff --git a/rpm/pg_ivm.spec b/rpm/pg_ivm.spec index 7e89d59..eede127 100644 --- a/rpm/pg_ivm.spec +++ b/rpm/pg_ivm.spec @@ -10,7 +10,7 @@ Summary: PostgreSQL-based distributed RDBMS Name: %{sname}_%{pgmajorversion} -Version: 1.7 +Version: 1.8 Release: 1%{dist} License: BSD Vendor: IVM Development Group @@ -55,6 +55,8 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot %endif %changelog +* Fri Mar 1 2024 - Yugo Nagata 1.8-1 +- Update to 1.8 * Thu Sep 13 2023 - Yugo Nagata 1.7-1 - Update to 1.7 * Thu Aug 31 2023 - Yugo Nagata 1.6-1