mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 17:43:34 +08:00
2.14.1 post release
Adjust update tests to include new version.
This commit is contained in:
parent
7ab0566ff1
commit
8d8f158302
@ -25,5 +25,5 @@ run_tests "$@" -v8 \
|
||||
# Run repair tests for >= 2.10.x versions due to PR #5441
|
||||
run_tests "$@" -r -v8 \
|
||||
2.10.0-pg13 2.10.1-pg13 2.10.2-pg13 2.10.3-pg13 2.11.0-pg13 2.11.1-pg13 2.11.2-pg13 \
|
||||
2.12.0-pg13 2.12.1-pg13 2.12.2-pg13 2.13.0-pg13 2.13.1-pg13 2.14.0-pg13
|
||||
2.12.0-pg13 2.12.1-pg13 2.12.2-pg13 2.13.0-pg13 2.13.1-pg13 2.14.0-pg13 2.14.1-pg13
|
||||
|
||||
|
@ -24,5 +24,5 @@ run_tests "$@" -v8 \
|
||||
# Run repair tests for >=2.10.x versions due to PR #5441
|
||||
run_tests "$@" -r -v8 \
|
||||
2.10.0-pg14 2.10.1-pg14 2.10.2-pg14 2.10.3-pg14 2.11.0-pg14 2.11.1-pg14 2.11.2-pg14 \
|
||||
2.12.0-pg14 2.12.1-pg14 2.12.2-pg14 2.13.0-pg14 2.13.1-pg14 2.14.0-pg14
|
||||
2.12.0-pg14 2.12.1-pg14 2.12.2-pg14 2.13.0-pg14 2.13.1-pg14 2.14.0-pg14 2.14.1-pg14
|
||||
|
||||
|
@ -22,5 +22,5 @@ run_tests "$@" -v8 \
|
||||
run_tests "$@" -r -v8 \
|
||||
2.10.0-pg15 2.10.1-pg15 2.10.2-pg15 2.10.3-pg15 2.11.0-pg15 2.11.1-pg15 \
|
||||
2.11.2-pg15 2.12.0-pg15 2.12.1-pg15 2.12.2-pg15 2.13.0-pg15 2.13.1-pg15 \
|
||||
2.14.0-pg15
|
||||
2.14.0-pg15 2.14.1-pg15
|
||||
|
||||
|
@ -16,5 +16,5 @@ run_tests "$@" -v8 \
|
||||
|
||||
# Run repair tests for >=2.10.x versions due to PR #5441
|
||||
run_tests "$@" -r -v8 \
|
||||
2.13.0-pg16 2.13.1-pg16 2.14.0-pg16
|
||||
2.13.0-pg16 2.13.1-pg16 2.14.0-pg16 2.14.1-pg16
|
||||
|
||||
|
@ -83,7 +83,8 @@ set(OLD_REV_FILES
|
||||
2.12.2--2.12.1.sql
|
||||
2.13.0--2.12.2.sql
|
||||
2.13.1--2.13.0.sql
|
||||
2.14.0--2.13.1.sql)
|
||||
2.14.0--2.13.1.sql
|
||||
2.14.1--2.14.0.sql)
|
||||
|
||||
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
|
||||
set(LOADER_PATHNAME "$libdir/timescaledb")
|
||||
|
4
sql/updates/2.14.1--2.14.0.sql
Normal file
4
sql/updates/2.14.1--2.14.0.sql
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
DROP VIEW IF EXISTS timescaledb_information.hypertable_compression_settings;
|
||||
DROP VIEW IF EXISTS timescaledb_information.chunk_compression_settings;
|
||||
|
@ -1,4 +0,0 @@
|
||||
|
||||
DROP VIEW IF EXISTS timescaledb_information.hypertable_compression_settings;
|
||||
DROP VIEW IF EXISTS timescaledb_information.chunk_compression_settings;
|
||||
|
@ -1,3 +1,3 @@
|
||||
version = 2.15.0-dev
|
||||
update_from_version = 2.14.1
|
||||
downgrade_to_version = 2.14.0
|
||||
downgrade_to_version = 2.14.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user