Skip to content

Commit 9296ae1

Browse files
author
Antonin Houska
committed
Bumped version number.
1 parent 5d1eaf8 commit 9296ae1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OBJS = pg_rewrite.o concurrent.o $(WIN32RES)
44
PGFILEDESC = "pg_rewrite - tools for maintenance that requires table rewriting."
55

66
EXTENSION = pg_rewrite
7-
DATA = pg_rewrite--1.0.sql pg_rewrite--1.0--1.1.sql
7+
DATA = pg_rewrite--1.0.sql pg_rewrite--1.0--1.1.sql pg_rewrite--1.1--1.2.sql
88
DOCS = pg_rewrite.md
99

1010
REGRESS = main

pg_rewrite--1.1--1.2.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* pg_rewrite--1.1--1.2.sql */
2+
3+
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
4+
\echo Use "ALTER EXTENSION pg_rewrite UPDATE TO '1.2'" to load this file. \quit
5+
6+
-- No SQL changes for this upgrade.

pg_rewrite.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_rewrite extension
22
comment = 'Tools for maintenance that requires table rewriting.'
3-
default_version = '1.1'
3+
default_version = '1.2'
44
module_pathname = '$libdir/pg_rewrite'
55
relocatable = true

0 commit comments

Comments
 (0)