File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ PGFILEDESC = "pg_squeeze - a tool to remove unused space from a relation."
5
5
6
6
EXTENSION = pg_squeeze
7
7
DATA = pg_squeeze--1.2.sql pg_squeeze--1.2--1.3.sql pg_squeeze--1.3--1.4.sql \
8
- pg_squeeze--1.4--1.5.sql pg_squeeze--1.5--1.6.sql pg_squeeze--1.6--1.7.sql
8
+ pg_squeeze--1.4--1.5.sql pg_squeeze--1.5--1.6.sql pg_squeeze--1.6--1.7.sql \
9
+ pg_squeeze--1.7--1.8.sql
9
10
DOCS = pg_squeeze.md
10
11
11
12
REGRESS = squeeze
Original file line number Diff line number Diff line change
1
+ Release 1.8.0
2
+ =============
3
+
4
+ This release fixes a bug in the squeeze.squeeze_table() function, which can
5
+ cause data corruption. The problem can occur if other clients run DDL
6
+ statements or squeeze other tables around the time the function starts its
7
+ execution.
8
+
9
+ Automatic launching by the scheduler worker (as described in the "Register
10
+ table for regular processing" section of README) is not affected.
11
+
12
+
1
13
Release 1.7.0
2
14
=============
3
15
Original file line number Diff line number Diff line change
1
+ -- No SQL changes for this upgrade.
Original file line number Diff line number Diff line change 1
1
# pg_squeeze extension
2
2
comment = 'A tool to remove unused space from a relation.'
3
- default_version = '1.7 '
3
+ default_version = '1.8 '
4
4
module_pathname = '$libdir/pg_squeeze'
5
5
relocatable = false
6
6
schema = 'squeeze'
You can’t perform that action at this time.
0 commit comments