Bump up the version 1.1 to 1.2
This commit is contained in:
parent
7c7f2de5a5
commit
6439e8c7be
3 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
0
pg_ivm--1.1--1.2.sql
Normal file
0
pg_ivm--1.1--1.2.sql
Normal 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue