From 6439e8c7be6a96dc361d01450d435432a213a3bc Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Thu, 28 Jul 2022 21:29:12 +0900 Subject: [PATCH] Bump up the version 1.1 to 1.2 --- Makefile | 2 +- pg_ivm--1.1--1.2.sql | 0 pg_ivm.control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 pg_ivm--1.1--1.2.sql diff --git a/Makefile b/Makefile index 4554844..0a758d0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OBJS = \ PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL" EXTENSION = pg_ivm -DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql +DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql REGRESS = pg_ivm create_immv refresh_immv diff --git a/pg_ivm--1.1--1.2.sql b/pg_ivm--1.1--1.2.sql new file mode 100644 index 0000000..e69de29 diff --git a/pg_ivm.control b/pg_ivm.control index e61a457..9439aaf 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.1' +default_version = '1.2' module_pathname = '$libdir/pg_ivm' relocatable = false schema = pg_catalog