Bump up the version 1.1 to 1.2

This commit is contained in:
Yugo Nagata 2022-07-28 21:29:12 +09:00
parent 7c7f2de5a5
commit 6439e8c7be
3 changed files with 2 additions and 2 deletions

View file

@ -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

0
pg_ivm--1.1--1.2.sql Normal file
View file

View file

@ -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