Skip to content

Commit

Permalink
TimescaleDB 2.15.3 post-release adjustments
Browse files Browse the repository at this point in the history
Adjust CHANGELOG and downgrade scripts for 2.15.3
  • Loading branch information
svenklemm committed Jul 2, 2024
1 parent 038b575 commit 1a32d80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ After you run `ALTER EXTENSION`, you must run [this SQL script](https://github.c
If you are migrating from TimescaleDB v2.15.0, v2.15.1 or v2.15.2, no changes are required.

**Bugfixes**
* #7035: Fix the error when acquiring a tuple lock on the OSM chunks on the replica.
* #7061: Fix the handling of multiple unique indexes in a compressed INSERT.
* #7080: Fix the `corresponding equivalence member not found` error.
* #7088: Fix the leaks in the DML functions.
* #7035: Fix the error when acquiring a tuple lock on the OSM chunks on the replica.
* #7091: Fix ORDER BY/GROUP BY expression not found in targetlist on PG16

**Thanks**
* @Kazmirchuk for reporting the issue about leaks with the functions in DML.
Expand Down
3 changes: 2 additions & 1 deletion sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ set(OLD_REV_FILES
2.14.2--2.14.1.sql
2.15.0--2.14.2.sql
2.15.1--2.15.0.sql
2.15.2--2.15.1.sql)
2.15.2--2.15.1.sql
2.15.3--2.15.2.sql)

set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
set(LOADER_PATHNAME "$libdir/timescaledb")
Expand Down
Empty file added sql/updates/2.15.3--2.15.2.sql
Empty file.
2 changes: 1 addition & 1 deletion version.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 2.16.0-dev
update_from_version = 2.15.3
downgrade_to_version = 2.15.2
downgrade_to_version = 2.15.3

0 comments on commit 1a32d80

Please sign in to comment.