File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 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."
55
66EXTENSION = pg_squeeze
77DATA = 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
910DOCS = pg_squeeze.md
1011
1112REGRESS = 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+
113Release 1.7.0
214=============
315
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 11# pg_squeeze extension
22comment = 'A tool to remove unused space from a relation.'
3- default_version = '1.7 '
3+ default_version = '1.8 '
44module_pathname = '$libdir/pg_squeeze'
55relocatable = false
66schema = 'squeeze'
You can’t perform that action at this time.
0 commit comments