1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-22 13:40:56 +08:00

Post 2.4.1 release

Updates `version.config` and adds new version to update tests.
This commit is contained in:
Mats Kindahl 2021-08-24 09:46:29 +02:00 committed by Mats Kindahl
parent e3b9b2bcbe
commit 86cd8f6532
7 changed files with 4 additions and 7 deletions

@ -22,7 +22,6 @@ aggregates with HAVING clause.
**Thanks**
* @brianbenns for reporting a segfault with continuous aggregates
* @brianbenns for reporting a segfault with continuous aggregates
* @usego for reporting an issue with continuous aggregate refresh on PG 13.4
## 2.4.0 (2021-07-29)

@ -17,4 +17,4 @@ run_tests "$@" -r -v7 \
2.0.0-rc1-pg12
run_tests "$@" -v7 \
2.0.0-rc2-pg12 2.0.0-rc3-pg12 2.0.0-rc4-pg12 2.0.0-pg12 2.0.1-pg12 2.0.2-pg12 2.1.0-pg12 \
2.1.1-pg12 2.2.0-pg12 2.2.1-pg12 2.3.0-pg12 2.3.1-pg12 2.4.0-pg12
2.1.1-pg12 2.2.0-pg12 2.2.1-pg12 2.3.0-pg12 2.3.1-pg12 2.4.0-pg12 2.4.1-pg12

@ -8,4 +8,4 @@ source ${SCRIPT_DIR}/test_functions.inc
run_tests -v7 \
2.1.0-pg13 2.1.1-pg13 2.2.0-pg13 2.2.1-pg13 2.3.0-pg13 2.3.1-pg13 \
2.4.0-pg13
2.4.0-pg13 2.4.1-pg13

@ -0,0 +1 @@
DROP VIEW IF EXISTS timescaledb_experimental.chunk_replication_status;

@ -1,3 +0,0 @@
-- Note that 2.4.0 used CREATE VIEW instead of CREATE OR REPLACE VIEW to
-- create this view. This should be part of downgrade to 2.4.0
DROP VIEW IF EXISTS timescaledb_experimental.chunk_replication_status;

@ -1,3 +1,3 @@
version = 2.5.0-dev
update_from_version = 2.4.1
downgrade_to_version = 2.4.0
downgrade_to_version = 2.4.1