v1.3.8-beta.10
Pre-release
Pre-release
·
1134 commits
to main
since this release
fix: convert columnstore chunks to rowstore before ALTER TABLE
TimescaleDB requires chunks to be converted from columnstore to rowstore
BEFORE disabling columnstore. Uses convert_to_rowstore() for 2.18+ with
fallback to decompress_chunk() for older versions.