Prepare 1.3 (#27)

This commit is contained in:
Yugo Nagata 2022-09-29 23:20:41 +09:00 committed by GitHub
parent 4c6016999d
commit fbbd86d825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 pg_ivm--1.1--1.2.sql
DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.1--1.3.sql
REGRESS = pg_ivm create_immv refresh_immv

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

View file

@ -1,6 +1,6 @@
# incremental view maintenance extension_
comment = 'incremental view maintenance on PostgreSQL'
default_version = '1.2'
default_version = '1.3'
module_pathname = '$libdir/pg_ivm'
relocatable = false
schema = pg_catalog