mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-23 14:39:15 +08:00
Post 2.4.1 release
Updates `version.config` and adds new version to update tests.
This commit is contained in:
parent
e3b9b2bcbe
commit
86cd8f6532
@ -22,7 +22,6 @@ aggregates with HAVING clause.
|
|||||||
|
|
||||||
**Thanks**
|
**Thanks**
|
||||||
* @brianbenns for reporting a segfault with continuous aggregates
|
* @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
|
* @usego for reporting an issue with continuous aggregate refresh on PG 13.4
|
||||||
|
|
||||||
## 2.4.0 (2021-07-29)
|
## 2.4.0 (2021-07-29)
|
||||||
|
@ -17,4 +17,4 @@ run_tests "$@" -r -v7 \
|
|||||||
2.0.0-rc1-pg12
|
2.0.0-rc1-pg12
|
||||||
run_tests "$@" -v7 \
|
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.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 \
|
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.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
|
||||||
|
1
sql/updates/2.4.1--2.4.0.sql
Normal file
1
sql/updates/2.4.1--2.4.0.sql
Normal file
@ -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
|
version = 2.5.0-dev
|
||||||
update_from_version = 2.4.1
|
update_from_version = 2.4.1
|
||||||
downgrade_to_version = 2.4.0
|
downgrade_to_version = 2.4.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user